Html Css Color HEX #BCBB83 Pine Glade

📋 copy color: '#BCBB83'

red 188 ◦ green 187 ◦ blue 131

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

Shades of Pine Glade #BCBB83

Tints of Pine Glade #BCBB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 37.15%
G = 36.96%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCBB83 (or 0xBCBB83) is known color: Pine Glade. HEX triplet: BC, BB and 83. RGB value is (188,187,131). Sum of RGB (Red+Green+Blue) = 188+187+131=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB83 is #43447C. Grayscale: #B5B5B5. Windows color (decimal): -4408445 or 8633276. OLE color: 8633276.

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

Color convert

RGB 188 187 131 -
CMYK 0 0.01 0.30 0.26
HSL 58.95º 0.3% 0.63% -
HSV(B) 58.95º 0.3% 0.74% -
XYZ 42.61 47.87 28.47 -
YUV 180.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 188 187 131 0 0.01 0.30 0.26 58.95 0.3 0.63
Hex BC BB 83 0 1 1E 1A 3B 1E 3F
Octal 274 273 203 0 1 36 32 73 36 77
Binary 10111100 10111011 10000011 0 1 11110 11010 111011 11110 111111

Color Harmonies of #BCBB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB83

Black with #BCBB83

Text Example


Text Example

White with #BCBB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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