Html Css Color HEX #BCB97B Pine Glade

📋 copy color: '#BCB97B'

red 188 ◦ green 185 ◦ blue 123

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

Shades of Pine Glade #BCB97B

Tints of Pine Glade #BCB97B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.3%

 BLUE value IS 123 (48.44% from 255) = 24.8%

R = 37.9%
G = 37.3%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCB97B (or 0xBCB97B) is known color: Pine Glade. HEX triplet: BC, B9 and 7B. RGB value is (188,185,123). Sum of RGB (Red+Green+Blue) = 188+185+123=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB97B is #434684. Grayscale: #B3B3B3. Windows color (decimal): -4408965 or 8108476. OLE color: 8108476.

HSL color Cylindrical-coordinate representation of color #BCB97B: hue angle of 57.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCB97B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 123 -
CMYK 0 0.02 0.35 0.26
HSL 57.23º 0.33% 0.61% -
HSV(B) 57.23º 0.35% 0.74% -
XYZ 41.66 46.82 25.58 -
YUV 178.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 188 185 123 0 0.02 0.35 0.26 57.23 0.33 0.61
Hex BC B9 7B 0 2 23 1A 39 21 3D
Octal 274 271 173 0 2 43 32 71 41 75
Binary 10111100 10111001 1111011 0 10 100011 11010 111001 100001 111101

Color Harmonies of #BCB97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB97B

Black with #BCB97B

Text Example


Text Example

White with #BCB97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB97B; }

 p { color: rgb(188,185,123); }

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

background-color css

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

 a { background-color: rgb(188,185,123); }

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

border-color css

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

 span { border-color: rgb(188,185,123); }

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