Html Css Color HEX #BFBB7A Pine Glade

📋 copy color: '#BFBB7A'

red 191 ◦ green 187 ◦ blue 122

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

Shades of Pine Glade #BFBB7A

Tints of Pine Glade #BFBB7A

RGB

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

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

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

R = 38.2%
G = 37.4%
B = 24.4%

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

#BFBB7A (or 0xBFBB7A) is known color: Pine Glade. HEX triplet: BF, BB and 7A. RGB value is (191,187,122). Sum of RGB (Red+Green+Blue) = 191+187+122=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB7A is #404485. Grayscale: #B5B5B5. Windows color (decimal): -4211846 or 8043455. OLE color: 8043455.

HSL color Cylindrical-coordinate representation of color #BFBB7A: hue angle of 56.52º 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 #BFBB7A is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 122 -
CMYK 0 0.02 0.36 0.25
HSL 56.52º 0.35% 0.61% -
HSV(B) 56.52º 0.36% 0.75% -
XYZ 42.77 48.02 25.43 -
YUV 180.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 191 187 122 0 0.02 0.36 0.25 56.52 0.35 0.61
Hex BF BB 7A 0 2 24 19 39 23 3D
Octal 277 273 172 0 2 44 31 71 43 75
Binary 10111111 10111011 1111010 0 10 100100 11001 111001 100011 111101

Color Harmonies of #BFBB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB7A

Black with #BFBB7A

Text Example


Text Example

White with #BFBB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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