Html Css Color HEX #B27069 Coral Tree

📋 copy color: '#B27069'

red 178 ◦ green 112 ◦ blue 105

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

Shades of Coral Tree #B27069

Tints of Coral Tree #B27069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 45.06%
G = 28.35%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B27069 (or 0xB27069) is known color: Coral Tree. HEX triplet: B2, 70 and 69. RGB value is (178,112,105). Sum of RGB (Red+Green+Blue) = 178+112+105=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B27069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27069 is #4D8F96. Grayscale: #838383. Windows color (decimal): -5083031 or 6910130. OLE color: 6910130.

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

Color convert

RGB 178 112 105 -
CMYK 0 0.37 0.41 0.30
HSL 5.75º 0.32% 0.55% -
HSV(B) 5.75º 0.41% 0.7% -
XYZ 26.7 22.07 16.22 -
YUV 130.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 178 112 105 0 0.37 0.41 0.30 5.75 0.32 0.55
Hex B2 70 69 0 25 29 1E 6 20 37
Octal 262 160 151 0 45 51 36 6 40 67
Binary 10110010 1110000 1101001 0 100101 101001 11110 110 100000 110111

Color Harmonies of #B27069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27069

Black with #B27069

Text Example


Text Example

White with #B27069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27069; }

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

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

background-color css

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

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

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

border-color css

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

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

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