Html Css Color HEX #BEB76A Dark Khaki

📋 copy color: '#BEB76A'

red 190 ◦ green 183 ◦ blue 106

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

Shades of Dark Khaki #BEB76A

Tints of Dark Khaki #BEB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.2%

 BLUE value IS 106 (41.8% from 255) = 22.13%

R = 39.67%
G = 38.2%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEB76A (or 0xBEB76A) is known color: Dark Khaki. HEX triplet: BE, B7 and 6A. RGB value is (190,183,106). Sum of RGB (Red+Green+Blue) = 190+183+106=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB76A is #414895. Grayscale: #B0B0B0. Windows color (decimal): -4278422 or 6993854. OLE color: 6993854.

HSL color Cylindrical-coordinate representation of color #BEB76A: hue angle of 55º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEB76A is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 106 -
CMYK 0 0.04 0.44 0.25
HSL 55º 0.39% 0.58% -
HSV(B) 55º 0.44% 0.75% -
XYZ 40.77 45.85 20.34 -
YUV 176.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 190 183 106 0 0.04 0.44 0.25 55 0.39 0.58
Hex BE B7 6A 0 4 2C 19 37 27 3A
Octal 276 267 152 0 4 54 31 67 47 72
Binary 10111110 10110111 1101010 0 100 101100 11001 110111 100111 111010

Color Harmonies of #BEB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB76A

Black with #BEB76A

Text Example


Text Example

White with #BEB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB76A; }

 p { color: rgb(190,183,106); }

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

background-color css

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

 a { background-color: rgb(190,183,106); }

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

border-color css

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

 span { border-color: rgb(190,183,106); }

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