Html Css Color HEX #BEBD7B Pine Glade

📋 copy color: '#BEBD7B'

red 190 ◦ green 189 ◦ blue 123

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

Shades of Pine Glade #BEBD7B

Tints of Pine Glade #BEBD7B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.65%

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

R = 37.85%
G = 37.65%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEBD7B (or 0xBEBD7B) is known color: Pine Glade. HEX triplet: BE, BD and 7B. RGB value is (190,189,123). Sum of RGB (Red+Green+Blue) = 190+189+123=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD7B is #414284. Grayscale: #B6B6B6. Windows color (decimal): -4276869 or 8109502. OLE color: 8109502.

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

Color convert

RGB 190 189 123 -
CMYK 0 0.01 0.35 0.25
HSL 59.1º 0.34% 0.61% -
HSV(B) 59.1º 0.35% 0.75% -
XYZ 43.01 48.77 25.89 -
YUV 181.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 190 189 123 0 0.01 0.35 0.25 59.1 0.34 0.61
Hex BE BD 7B 0 1 23 19 3B 22 3D
Octal 276 275 173 0 1 43 31 73 42 75
Binary 10111110 10111101 1111011 0 1 100011 11001 111011 100010 111101

Color Harmonies of #BEBD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD7B

Black with #BEBD7B

Text Example


Text Example

White with #BEBD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD7B; }

 p { color: rgb(190,189,123); }

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

background-color css

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

 a { background-color: rgb(190,189,123); }

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

border-color css

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

 span { border-color: rgb(190,189,123); }

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