Html Css Color HEX #BEB06A Dark Khaki

📋 copy color: '#BEB06A'

red 190 ◦ green 176 ◦ blue 106

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

Shades of Dark Khaki #BEB06A

Tints of Dark Khaki #BEB06A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

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

R = 40.25%
G = 37.29%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEB06A (or 0xBEB06A) is known color: Dark Khaki. HEX triplet: BE, B0 and 6A. RGB value is (190,176,106). Sum of RGB (Red+Green+Blue) = 190+176+106=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB06A is #414F95. Grayscale: #ACACAC. Windows color (decimal): -4280214 or 6992062. OLE color: 6992062.

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

Color convert

RGB 190 176 106 -
CMYK 0 0.07 0.44 0.25
HSL 50º 0.39% 0.58% -
HSV(B) 50º 0.44% 0.75% -
XYZ 39.36 43.04 19.87 -
YUV 172.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 190 176 106 0 0.07 0.44 0.25 50 0.39 0.58
Hex BE B0 6A 0 7 2C 19 32 27 3A
Octal 276 260 152 0 7 54 31 62 47 72
Binary 10111110 10110000 1101010 0 111 101100 11001 110010 100111 111010

Color Harmonies of #BEB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB06A

Black with #BEB06A

Text Example


Text Example

White with #BEB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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