Html Css Color HEX #BBBA78 Pine Glade

📋 copy color: '#BBBA78'

red 187 ◦ green 186 ◦ blue 120

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

Shades of Pine Glade #BBBA78

Tints of Pine Glade #BBBA78

RGB

 RED value IS 187 (73.44% from 255) = 37.93%

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 120 (47.27% from 255) = 24.34%

R = 37.93%
G = 37.73%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBBA78 (or 0xBBBA78) is known color: Pine Glade. HEX triplet: BB, BA and 78. RGB value is (187,186,120). Sum of RGB (Red+Green+Blue) = 187+186+120=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA78 is #444587. Grayscale: #B3B3B3. Windows color (decimal): -4474248 or 7912123. OLE color: 7912123.

HSL color Cylindrical-coordinate representation of color #BBBA78: hue angle of 59.1º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBBA78 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 120 -
CMYK 0 0.01 0.36 0.27
HSL 59.1º 0.33% 0.6% -
HSV(B) 59.1º 0.36% 0.73% -
XYZ 41.44 47.04 24.66 -
YUV 178.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 187 186 120 0 0.01 0.36 0.27 59.1 0.33 0.6
Hex BB BA 78 0 1 24 1B 3B 21 3C
Octal 273 272 170 0 1 44 33 73 41 74
Binary 10111011 10111010 1111000 0 1 100100 11011 111011 100001 111100

Color Harmonies of #BBBA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA78

Black with #BBBA78

Text Example


Text Example

White with #BBBA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA78; }

 p { color: rgb(187,186,120); }

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

background-color css

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

 a { background-color: rgb(187,186,120); }

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

border-color css

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

 span { border-color: rgb(187,186,120); }

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