Html Css Color HEX #BFBC7A Pine Glade

📋 copy color: '#BFBC7A'

red 191 ◦ green 188 ◦ blue 122

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

Shades of Pine Glade #BFBC7A

Tints of Pine Glade #BFBC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.35%

R = 38.12%
G = 37.52%
B = 24.35%

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

#BFBC7A (or 0xBFBC7A) is known color: Pine Glade. HEX triplet: BF, BC and 7A. RGB value is (191,188,122). Sum of RGB (Red+Green+Blue) = 191+188+122=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC7A is #404385. Grayscale: #B5B5B5. Windows color (decimal): -4211590 or 8043711. OLE color: 8043711.

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

Color convert

RGB 191 188 122 -
CMYK 0 0.02 0.36 0.25
HSL 57.39º 0.35% 0.61% -
HSV(B) 57.39º 0.36% 0.75% -
XYZ 42.98 48.45 25.5 -
YUV 181.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 191 188 122 0 0.02 0.36 0.25 57.39 0.35 0.61
Hex BF BC 7A 0 2 24 19 39 23 3D
Octal 277 274 172 0 2 44 31 71 43 75
Binary 10111111 10111100 1111010 0 10 100100 11001 111001 100011 111101

Color Harmonies of #BFBC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC7A

Black with #BFBC7A

Text Example


Text Example

White with #BFBC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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