Html Css Color HEX #B2776C Coral Tree

📋 copy color: '#B2776C'

red 178 ◦ green 119 ◦ blue 108

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

Shades of Coral Tree #B2776C

Tints of Coral Tree #B2776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 43.95%
G = 29.38%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2776C (or 0xB2776C) is known color: Coral Tree. HEX triplet: B2, 77 and 6C. RGB value is (178,119,108). Sum of RGB (Red+Green+Blue) = 178+119+108=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2776C is #4D8893. Grayscale: #878787. Windows color (decimal): -5081236 or 7108530. OLE color: 7108530.

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

Color convert

RGB 178 119 108 -
CMYK 0 0.33 0.39 0.30
HSL 9.43º 0.31% 0.56% -
HSV(B) 9.43º 0.39% 0.7% -
XYZ 27.66 23.74 17.31 -
YUV 135.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 178 119 108 0 0.33 0.39 0.30 9.43 0.31 0.56
Hex B2 77 6C 0 21 27 1E 9 1F 38
Octal 262 167 154 0 41 47 36 11 37 70
Binary 10110010 1110111 1101100 0 100001 100111 11110 1001 11111 111000

Color Harmonies of #B2776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2776C

Black with #B2776C

Text Example


Text Example

White with #B2776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2776C; }

 p { color: rgb(178,119,108); }

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

background-color css

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

 a { background-color: rgb(178,119,108); }

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

border-color css

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

 span { border-color: rgb(178,119,108); }

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