Html Css Color HEX #B2776D Coral Tree

📋 copy color: '#B2776D'

red 178 ◦ green 119 ◦ blue 109

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

Shades of Coral Tree #B2776D

Tints of Coral Tree #B2776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 43.84%
G = 29.31%
B = 26.85%

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

#B2776D (or 0xB2776D) is known color: Coral Tree. HEX triplet: B2, 77 and 6D. RGB value is (178,119,109). Sum of RGB (Red+Green+Blue) = 178+119+109=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2776D is #4D8892. Grayscale: #878787. Windows color (decimal): -5081235 or 7174066. OLE color: 7174066.

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

Color convert

RGB 178 119 109 -
CMYK 0 0.33 0.39 0.30
HSL 8.7º 0.31% 0.56% -
HSV(B) 8.7º 0.39% 0.7% -
XYZ 27.72 23.76 17.59 -
YUV 135.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 178 119 109 0 0.33 0.39 0.30 8.7 0.31 0.56
Hex B2 77 6D 0 21 27 1E 9 1F 38
Octal 262 167 155 0 41 47 36 11 37 70
Binary 10110010 1110111 1101101 0 100001 100111 11110 1001 11111 111000

Color Harmonies of #B2776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2776D

Black with #B2776D

Text Example


Text Example

White with #B2776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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