Html Css Color HEX #B07366 Coral Tree

📋 copy color: '#B07366'

red 176 ◦ green 115 ◦ blue 102

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

Shades of Coral Tree #B07366

Tints of Coral Tree #B07366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 44.78%
G = 29.26%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B07366 (or 0xB07366) is known color: Coral Tree. HEX triplet: B0, 73 and 66. RGB value is (176,115,102). Sum of RGB (Red+Green+Blue) = 176+115+102=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07366 is #4F8C99. Grayscale: #838383. Windows color (decimal): -5213338 or 6714288. OLE color: 6714288.

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

Color convert

RGB 176 115 102 -
CMYK 0 0.35 0.42 0.31
HSL 10.54º 0.32% 0.55% -
HSV(B) 10.54º 0.42% 0.69% -
XYZ 26.43 22.45 15.51 -
YUV 131.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 176 115 102 0 0.35 0.42 0.31 10.54 0.32 0.55
Hex B0 73 66 0 23 2A 1F B 20 37
Octal 260 163 146 0 43 52 37 13 40 67
Binary 10110000 1110011 1100110 0 100011 101010 11111 1011 100000 110111

Color Harmonies of #B07366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07366

Black with #B07366

Text Example


Text Example

White with #B07366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07366; }

 p { color: rgb(176,115,102); }

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

background-color css

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

 a { background-color: rgb(176,115,102); }

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

border-color css

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

 span { border-color: rgb(176,115,102); }

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