Html Css Color HEX #B0685B Coral Tree

📋 copy color: '#B0685B'

red 176 ◦ green 104 ◦ blue 91

#B0685B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #B0685B

Tints of Coral Tree #B0685B

RGB

 RED value IS 176 (69.14% from 255) = 47.44%

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 47.44%
G = 28.03%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0685B (or 0xB0685B) is known color: Coral Tree. HEX triplet: B0, 68 and 5B. RGB value is (176,104,91). Sum of RGB (Red+Green+Blue) = 176+104+91=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0685B is #4F97A4. Grayscale: #7C7C7C. Windows color (decimal): -5216165 or 5990576. OLE color: 5990576.

HSL color Cylindrical-coordinate representation of color #B0685B: hue angle of 9.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0685B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 91 -
CMYK 0 0.41 0.48 0.31
HSL 9.18º 0.35% 0.52% -
HSV(B) 9.18º 0.48% 0.69% -
XYZ 24.74 19.89 12.43 -
YUV 124.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 176 104 91 0 0.41 0.48 0.31 9.18 0.35 0.52
Hex B0 68 5B 0 29 30 1F 9 23 34
Octal 260 150 133 0 51 60 37 11 43 64
Binary 10110000 1101000 1011011 0 101001 110000 11111 1001 100011 110100

Color Harmonies of #B0685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0685B

Black with #B0685B

Text Example


Text Example

White with #B0685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0685B; }

 p { color: rgb(176,104,91); }

 H1.HeaderClassName
 {
   color: #B0685B;
 }
 .AnyTagClassName
 {
   color: #B0685B;
 }
</style>

background-color css

<style>
 a { background-color: #B0685B; }

 a { background-color: rgb(176,104,91); }

 div.DivClassName
 {
   background-color: #B0685B;
 }
 .BgClassName
 {
   background-color: #B0685B;
 }
</style>

border-color css

<style>
 span { border-color: #B0685B; }

 span { border-color: rgb(176,104,91); }

 td.TdClassName
 {
   border-color: #B0685B;
 }
 .TagClassName
 {
   border-color: #B0685B;
 }
</style>