Html Css Color HEX #BEBA7B Pine Glade

📋 copy color: '#BEBA7B'

red 190 ◦ green 186 ◦ blue 123

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

Shades of Pine Glade #BEBA7B

Tints of Pine Glade #BEBA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

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

R = 38.08%
G = 37.27%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEBA7B (or 0xBEBA7B) is known color: Pine Glade. HEX triplet: BE, BA and 7B. RGB value is (190,186,123). Sum of RGB (Red+Green+Blue) = 190+186+123=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA7B is #414584. Grayscale: #B4B4B4. Windows color (decimal): -4277637 or 8108734. OLE color: 8108734.

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

Color convert

RGB 190 186 123 -
CMYK 0 0.02 0.35 0.25
HSL 56.42º 0.34% 0.61% -
HSV(B) 56.42º 0.35% 0.75% -
XYZ 42.37 47.5 25.67 -
YUV 180.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 190 186 123 0 0.02 0.35 0.25 56.42 0.34 0.61
Hex BE BA 7B 0 2 23 19 38 22 3D
Octal 276 272 173 0 2 43 31 70 42 75
Binary 10111110 10111010 1111011 0 10 100011 11001 111000 100010 111101

Color Harmonies of #BEBA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA7B

Black with #BEBA7B

Text Example


Text Example

White with #BEBA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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