Html Css Color HEX #B4706B Coral Tree

📋 copy color: '#B4706B'

red 180 ◦ green 112 ◦ blue 107

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

Shades of Coral Tree #B4706B

Tints of Coral Tree #B4706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

 BLUE value IS 107 (42.19% from 255) = 26.82%

R = 45.11%
G = 28.07%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4706B (or 0xB4706B) is known color: Coral Tree. HEX triplet: B4, 70 and 6B. RGB value is (180,112,107). Sum of RGB (Red+Green+Blue) = 180+112+107=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4706B is #4B8F94. Grayscale: #838383. Windows color (decimal): -4951957 or 7041204. OLE color: 7041204.

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

Color convert

RGB 180 112 107 -
CMYK 0 0.38 0.41 0.29
HSL 4.11º 0.33% 0.56% -
HSV(B) 4.11º 0.41% 0.71% -
XYZ 27.27 22.35 16.79 -
YUV 131.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 180 112 107 0 0.38 0.41 0.29 4.11 0.33 0.56
Hex B4 70 6B 0 26 29 1D 4 21 38
Octal 264 160 153 0 46 51 35 4 41 70
Binary 10110100 1110000 1101011 0 100110 101001 11101 100 100001 111000

Color Harmonies of #B4706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4706B

Black with #B4706B

Text Example


Text Example

White with #B4706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4706B; }

 p { color: rgb(180,112,107); }

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

background-color css

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

 a { background-color: rgb(180,112,107); }

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

border-color css

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

 span { border-color: rgb(180,112,107); }

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