Html Css Color HEX #B07674 Coral Tree

📋 copy color: '#B07674'

red 176 ◦ green 118 ◦ blue 116

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

Shades of Coral Tree #B07674

Tints of Coral Tree #B07674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 42.93%
G = 28.78%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B07674 (or 0xB07674) is known color: Coral Tree. HEX triplet: B0, 76 and 74. RGB value is (176,118,116). Sum of RGB (Red+Green+Blue) = 176+118+116=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07674 is #4F898B. Grayscale: #878787. Windows color (decimal): -5212556 or 7632560. OLE color: 7632560.

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

Color convert

RGB 176 118 116 -
CMYK 0 0.33 0.34 0.31
HSL 0.28% 0.57% -
HSV(B) 0.34% 0.69% -
XYZ 27.54 23.45 19.6 -
YUV 135.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 176 118 116 0 0.33 0.34 0.31 2 0.28 0.57
Hex B0 76 74 0 21 22 1F 2 1C 39
Octal 260 166 164 0 41 42 37 2 34 71
Binary 10110000 1110110 1110100 0 100001 100010 11111 10 11100 111001

Color Harmonies of #B07674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07674

Black with #B07674

Text Example


Text Example

White with #B07674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07674; }

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

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

background-color css

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

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

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

border-color css

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

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

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