Html Css Color HEX #BFBC7B Pine Glade

📋 copy color: '#BFBC7B'

red 191 ◦ green 188 ◦ blue 123

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

Shades of Pine Glade #BFBC7B

Tints of Pine Glade #BFBC7B

RGB

 RED value IS 191 (75% from 255) = 38.05%

 GREEN value IS 188 (73.83% from 255) = 37.45%

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

R = 38.05%
G = 37.45%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BFBC7B (or 0xBFBC7B) is known color: Pine Glade. HEX triplet: BF, BC and 7B. RGB value is (191,188,123). Sum of RGB (Red+Green+Blue) = 191+188+123=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC7B is #404384. Grayscale: #B5B5B5. Windows color (decimal): -4211589 or 8109247. OLE color: 8109247.

HSL color Cylindrical-coordinate representation of color #BFBC7B: hue angle of 57.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFBC7B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 123 -
CMYK 0 0.02 0.36 0.25
HSL 57.35º 0.35% 0.62% -
HSV(B) 57.35º 0.36% 0.75% -
XYZ 43.04 48.47 25.83 -
YUV 181.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 191 188 123 0 0.02 0.36 0.25 57.35 0.35 0.62
Hex BF BC 7B 0 2 24 19 39 23 3E
Octal 277 274 173 0 2 44 31 71 43 76
Binary 10111111 10111100 1111011 0 10 100100 11001 111001 100011 111110

Color Harmonies of #BFBC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC7B

Black with #BFBC7B

Text Example


Text Example

White with #BFBC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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