Html Css Color HEX #BEBB7A Pine Glade

📋 copy color: '#BEBB7A'

red 190 ◦ green 187 ◦ blue 122

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

Shades of Pine Glade #BEBB7A

Tints of Pine Glade #BEBB7A

RGB

 RED value IS 190 (74.61% from 255) = 38.08%

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

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

R = 38.08%
G = 37.47%
B = 24.45%

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

#BEBB7A (or 0xBEBB7A) is known color: Pine Glade. HEX triplet: BE, BB and 7A. RGB value is (190,187,122). Sum of RGB (Red+Green+Blue) = 190+187+122=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB7A is #414485. Grayscale: #B4B4B4. Windows color (decimal): -4277382 or 8043454. OLE color: 8043454.

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

Color convert

RGB 190 187 122 -
CMYK 0 0.02 0.36 0.25
HSL 57.35º 0.34% 0.61% -
HSV(B) 57.35º 0.36% 0.75% -
XYZ 42.52 47.89 25.42 -
YUV 180.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 190 187 122 0 0.02 0.36 0.25 57.35 0.34 0.61
Hex BE BB 7A 0 2 24 19 39 22 3D
Octal 276 273 172 0 2 44 31 71 42 75
Binary 10111110 10111011 1111010 0 10 100100 11001 111001 100010 111101

Color Harmonies of #BEBB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB7A

Black with #BEBB7A

Text Example


Text Example

White with #BEBB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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