Html Css Color HEX #B27066 Coral Tree

📋 copy color: '#B27066'

red 178 ◦ green 112 ◦ blue 102

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

Shades of Coral Tree #B27066

Tints of Coral Tree #B27066

RGB

 RED value IS 178 (69.92% from 255) = 45.41%

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

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

R = 45.41%
G = 28.57%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B27066 (or 0xB27066) is known color: Coral Tree. HEX triplet: B2, 70 and 66. RGB value is (178,112,102). Sum of RGB (Red+Green+Blue) = 178+112+102=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B27066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27066 is #4D8F99. Grayscale: #828282. Windows color (decimal): -5083034 or 6713522. OLE color: 6713522.

HSL color Cylindrical-coordinate representation of color #B27066: hue angle of 7.89º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27066 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 102 -
CMYK 0 0.37 0.43 0.30
HSL 7.89º 0.33% 0.55% -
HSV(B) 7.89º 0.43% 0.7% -
XYZ 26.55 22.01 15.42 -
YUV 130.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 178 112 102 0 0.37 0.43 0.30 7.89 0.33 0.55
Hex B2 70 66 0 25 2B 1E 8 21 37
Octal 262 160 146 0 45 53 36 10 41 67
Binary 10110010 1110000 1100110 0 100101 101011 11110 1000 100001 110111

Color Harmonies of #B27066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27066

Black with #B27066

Text Example


Text Example

White with #B27066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27066; }

 p { color: rgb(178,112,102); }

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

background-color css

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

 a { background-color: rgb(178,112,102); }

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

border-color css

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

 span { border-color: rgb(178,112,102); }

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