Html Css Color HEX #B07169 Coral Tree

📋 copy color: '#B07169'

red 176 ◦ green 113 ◦ blue 105

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

Shades of Coral Tree #B07169

Tints of Coral Tree #B07169

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

 BLUE value IS 105 (41.41% from 255) = 26.65%

R = 44.67%
G = 28.68%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B07169 (or 0xB07169) is known color: Coral Tree. HEX triplet: B0, 71 and 69. RGB value is (176,113,105). Sum of RGB (Red+Green+Blue) = 176+113+105=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B07169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07169 is #4F8E96. Grayscale: #838383. Windows color (decimal): -5213847 or 6910384. OLE color: 6910384.

HSL color Cylindrical-coordinate representation of color #B07169: hue angle of 6.76º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07169 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 105 -
CMYK 0 0.36 0.40 0.31
HSL 6.76º 0.31% 0.55% -
HSV(B) 6.76º 0.4% 0.69% -
XYZ 26.36 22.06 16.23 -
YUV 130.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 176 113 105 0 0.36 0.40 0.31 6.76 0.31 0.55
Hex B0 71 69 0 24 28 1F 7 1F 37
Octal 260 161 151 0 44 50 37 7 37 67
Binary 10110000 1110001 1101001 0 100100 101000 11111 111 11111 110111

Color Harmonies of #B07169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07169

Black with #B07169

Text Example


Text Example

White with #B07169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07169; }

 p { color: rgb(176,113,105); }

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

background-color css

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

 a { background-color: rgb(176,113,105); }

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

border-color css

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

 span { border-color: rgb(176,113,105); }

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