Html Css Color HEX #B4BFB6 Gum Leaf

📋 copy color: '#B4BFB6'

red 180 ◦ green 191 ◦ blue 182

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

Shades of Gum Leaf #B4BFB6

Tints of Gum Leaf #B4BFB6

RGB

 RED value IS 180 (70.7% from 255) = 32.55%

 GREEN value IS 191 (75% from 255) = 34.54%

 BLUE value IS 182 (71.48% from 255) = 32.91%

R = 32.55%
G = 34.54%
B = 32.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#B4BFB6 (or 0xB4BFB6) is known color: Gum Leaf. HEX triplet: B4, BF and B6. RGB value is (180,191,182). Sum of RGB (Red+Green+Blue) = 180+191+182=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFB6 is #4B4049. Grayscale: #BABABA. Windows color (decimal): -4931658 or 11976628. OLE color: 11976628.

HSL color Cylindrical-coordinate representation of color #B4BFB6: hue angle of 130.91º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4BFB6 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 182 -
CMYK 0.06 0 0.05 0.25
HSL 130.91º 0.08% 0.73% -
HSV(B) 130.91º 0.06% 0.75% -
XYZ 45.9 50.34 51.55 -
YUV 186.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 180 191 182 0.06 0 0.05 0.25 130.91 0.08 0.73
Hex B4 BF B6 6 0 5 19 83 8 49
Octal 264 277 266 6 0 5 31 203 10 111
Binary 10110100 10111111 10110110 110 0 101 11001 10000011 1000 1001001

Color Harmonies of #B4BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFB6

Black with #B4BFB6

Text Example


Text Example

White with #B4BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFB6; }

 p { color: rgb(180,191,182); }

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

background-color css

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

 a { background-color: rgb(180,191,182); }

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

border-color css

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

 span { border-color: rgb(180,191,182); }

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