Html Css Color HEX #B27065 Coral Tree

📋 copy color: '#B27065'

red 178 ◦ green 112 ◦ blue 101

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

Shades of Coral Tree #B27065

Tints of Coral Tree #B27065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.83%

R = 45.52%
G = 28.64%
B = 25.83%

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

#B27065 (or 0xB27065) is known color: Coral Tree. HEX triplet: B2, 70 and 65. RGB value is (178,112,101). Sum of RGB (Red+Green+Blue) = 178+112+101=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B27065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27065 is #4D8F9A. Grayscale: #828282. Windows color (decimal): -5083035 or 6647986. OLE color: 6647986.

HSL color Cylindrical-coordinate representation of color #B27065: hue angle of 8.57º 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 #B27065 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 101 -
CMYK 0 0.37 0.43 0.30
HSL 8.57º 0.33% 0.55% -
HSV(B) 8.57º 0.43% 0.7% -
XYZ 26.5 21.99 15.16 -
YUV 130.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 178 112 101 0 0.37 0.43 0.30 8.57 0.33 0.55
Hex B2 70 65 0 25 2B 1E 9 21 37
Octal 262 160 145 0 45 53 36 11 41 67
Binary 10110010 1110000 1100101 0 100101 101011 11110 1001 100001 110111

Color Harmonies of #B27065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27065

Black with #B27065

Text Example


Text Example

White with #B27065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27065; }

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

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

background-color css

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

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

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

border-color css

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

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

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