Html Css Color HEX #B0746F Coral Tree

📋 copy color: '#B0746F'

red 176 ◦ green 116 ◦ blue 111

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

Shades of Coral Tree #B0746F

Tints of Coral Tree #B0746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.54%

R = 43.67%
G = 28.78%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0746F (or 0xB0746F) is known color: Coral Tree. HEX triplet: B0, 74 and 6F. RGB value is (176,116,111). Sum of RGB (Red+Green+Blue) = 176+116+111=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0746F is #4F8B90. Grayscale: #858585. Windows color (decimal): -5213073 or 7304368. OLE color: 7304368.

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

Color convert

RGB 176 116 111 -
CMYK 0 0.34 0.37 0.31
HSL 4.62º 0.29% 0.56% -
HSV(B) 4.62º 0.37% 0.69% -
XYZ 27.02 22.87 18.03 -
YUV 133.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 176 116 111 0 0.34 0.37 0.31 4.62 0.29 0.56
Hex B0 74 6F 0 22 25 1F 5 1D 38
Octal 260 164 157 0 42 45 37 5 35 70
Binary 10110000 1110100 1101111 0 100010 100101 11111 101 11101 111000

Color Harmonies of #B0746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0746F

Black with #B0746F

Text Example


Text Example

White with #B0746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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