Html Css Color HEX #B0746B Coral Tree

📋 copy color: '#B0746B'

red 176 ◦ green 116 ◦ blue 107

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

Shades of Coral Tree #B0746B

Tints of Coral Tree #B0746B

RGB

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

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

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

R = 44.11%
G = 29.07%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0746B (or 0xB0746B) is known color: Coral Tree. HEX triplet: B0, 74 and 6B. RGB value is (176,116,107). Sum of RGB (Red+Green+Blue) = 176+116+107=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0746B is #4F8B94. Grayscale: #858585. Windows color (decimal): -5213077 or 7042224. OLE color: 7042224.

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

Color convert

RGB 176 116 107 -
CMYK 0 0.34 0.39 0.31
HSL 7.83º 0.3% 0.55% -
HSV(B) 7.83º 0.39% 0.69% -
XYZ 26.8 22.78 16.89 -
YUV 132.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 176 116 107 0 0.34 0.39 0.31 7.83 0.3 0.55
Hex B0 74 6B 0 22 27 1F 8 1E 37
Octal 260 164 153 0 42 47 37 10 36 67
Binary 10110000 1110100 1101011 0 100010 100111 11111 1000 11110 110111

Color Harmonies of #B0746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0746B

Black with #B0746B

Text Example


Text Example

White with #B0746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0746B; }

 p { color: rgb(176,116,107); }

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

background-color css

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

 a { background-color: rgb(176,116,107); }

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

border-color css

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

 span { border-color: rgb(176,116,107); }

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