Html Css Color HEX #B47369 Coral Tree

📋 copy color: '#B47369'

red 180 ◦ green 115 ◦ blue 105

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

Shades of Coral Tree #B47369

Tints of Coral Tree #B47369

RGB

 RED value IS 180 (70.7% from 255) = 45%

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

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

R = 45%
G = 28.75%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B47369 (or 0xB47369) is known color: Coral Tree. HEX triplet: B4, 73 and 69. RGB value is (180,115,105). Sum of RGB (Red+Green+Blue) = 180+115+105=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47369 is #4B8C96. Grayscale: #858585. Windows color (decimal): -4951191 or 6910900. OLE color: 6910900.

HSL color Cylindrical-coordinate representation of color #B47369: hue angle of 8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B47369 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 115 105 -
CMYK 0 0.36 0.42 0.29
HSL 0.33% 0.56% -
HSV(B) 0.42% 0.71% -
XYZ 27.5 22.98 16.35 -
YUV 133.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 180 115 105 0 0.36 0.42 0.29 8 0.33 0.56
Hex B4 73 69 0 24 2A 1D 8 21 38
Octal 264 163 151 0 44 52 35 10 41 70
Binary 10110100 1110011 1101001 0 100100 101010 11101 1000 100001 111000

Color Harmonies of #B47369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47369

Black with #B47369

Text Example


Text Example

White with #B47369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47369; }

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

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

background-color css

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

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

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

border-color css

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

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

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