Html Css Color HEX #BCBB81 Pine Glade

📋 copy color: '#BCBB81'

red 188 ◦ green 187 ◦ blue 129

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

Shades of Pine Glade #BCBB81

Tints of Pine Glade #BCBB81

RGB

 RED value IS 188 (73.83% from 255) = 37.3%

 GREEN value IS 187 (73.44% from 255) = 37.1%

 BLUE value IS 129 (50.78% from 255) = 25.6%

R = 37.3%
G = 37.1%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCBB81 (or 0xBCBB81) is known color: Pine Glade. HEX triplet: BC, BB and 81. RGB value is (188,187,129). Sum of RGB (Red+Green+Blue) = 188+187+129=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB81 is #43447E. Grayscale: #B4B4B4. Windows color (decimal): -4408447 or 8502204. OLE color: 8502204.

HSL color Cylindrical-coordinate representation of color #BCBB81: hue angle of 58.98º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCBB81 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 129 -
CMYK 0 0.01 0.31 0.26
HSL 58.98º 0.31% 0.62% -
HSV(B) 58.98º 0.31% 0.74% -
XYZ 42.47 47.82 27.76 -
YUV 180.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 188 187 129 0 0.01 0.31 0.26 58.98 0.31 0.62
Hex BC BB 81 0 1 1F 1A 3B 1F 3E
Octal 274 273 201 0 1 37 32 73 37 76
Binary 10111100 10111011 10000001 0 1 11111 11010 111011 11111 111110

Color Harmonies of #BCBB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB81

Black with #BCBB81

Text Example


Text Example

White with #BCBB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB81; }

 p { color: rgb(188,187,129); }

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

background-color css

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

 a { background-color: rgb(188,187,129); }

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

border-color css

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

 span { border-color: rgb(188,187,129); }

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