Html Css Color HEX #B47469 Coral Tree

📋 copy color: '#B47469'

red 180 ◦ green 116 ◦ blue 105

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

Shades of Coral Tree #B47469

Tints of Coral Tree #B47469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

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

R = 44.89%
G = 28.93%
B = 26.18%

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

#B47469 (or 0xB47469) is known color: Coral Tree. HEX triplet: B4, 74 and 69. RGB value is (180,116,105). Sum of RGB (Red+Green+Blue) = 180+116+105=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47469 is #4B8B96. Grayscale: #858585. Windows color (decimal): -4950935 or 6911156. OLE color: 6911156.

HSL color Cylindrical-coordinate representation of color #B47469: hue angle of 8.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 #B47469 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 105 -
CMYK 0 0.36 0.42 0.29
HSL 8.8º 0.33% 0.56% -
HSV(B) 8.8º 0.42% 0.71% -
XYZ 27.62 23.21 16.39 -
YUV 133.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 180 116 105 0 0.36 0.42 0.29 8.8 0.33 0.56
Hex B4 74 69 0 24 2A 1D 9 21 38
Octal 264 164 151 0 44 52 35 11 41 70
Binary 10110100 1110100 1101001 0 100100 101010 11101 1001 100001 111000

Color Harmonies of #B47469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47469

Black with #B47469

Text Example


Text Example

White with #B47469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47469; }

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

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

background-color css

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

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

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

border-color css

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

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

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