Html Css Color HEX #B07369 Coral Tree

📋 copy color: '#B07369'

red 176 ◦ green 115 ◦ blue 105

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

Shades of Coral Tree #B07369

Tints of Coral Tree #B07369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 44.44%
G = 29.04%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B07369 (or 0xB07369) is known color: Coral Tree. HEX triplet: B0, 73 and 69. RGB value is (176,115,105). Sum of RGB (Red+Green+Blue) = 176+115+105=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B07369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07369 is #4F8C96. Grayscale: #848484. Windows color (decimal): -5213335 or 6910896. OLE color: 6910896.

HSL color Cylindrical-coordinate representation of color #B07369: hue angle of 8.45º 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 #B07369 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 105 -
CMYK 0 0.35 0.40 0.31
HSL 8.45º 0.31% 0.55% -
HSV(B) 8.45º 0.4% 0.69% -
XYZ 26.59 22.51 16.31 -
YUV 132.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 176 115 105 0 0.35 0.40 0.31 8.45 0.31 0.55
Hex B0 73 69 0 23 28 1F 8 1F 37
Octal 260 163 151 0 43 50 37 10 37 67
Binary 10110000 1110011 1101001 0 100011 101000 11111 1000 11111 110111

Color Harmonies of #B07369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07369

Black with #B07369

Text Example


Text Example

White with #B07369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07369; }

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

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

background-color css

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

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

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

border-color css

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

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

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