Html Css Color HEX #BEB06C Dark Khaki

📋 copy color: '#BEB06C'

red 190 ◦ green 176 ◦ blue 108

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

Shades of Dark Khaki #BEB06C

Tints of Dark Khaki #BEB06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 40.08%
G = 37.13%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEB06C (or 0xBEB06C) is known color: Dark Khaki. HEX triplet: BE, B0 and 6C. RGB value is (190,176,108). Sum of RGB (Red+Green+Blue) = 190+176+108=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB06C is #414F93. Grayscale: #ACACAC. Windows color (decimal): -4280212 or 7123134. OLE color: 7123134.

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

Color convert

RGB 190 176 108 -
CMYK 0 0.07 0.43 0.25
HSL 49.76º 0.39% 0.58% -
HSV(B) 49.76º 0.43% 0.75% -
XYZ 39.47 43.08 20.42 -
YUV 172.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 190 176 108 0 0.07 0.43 0.25 49.76 0.39 0.58
Hex BE B0 6C 0 7 2B 19 32 27 3A
Octal 276 260 154 0 7 53 31 62 47 72
Binary 10111110 10110000 1101100 0 111 101011 11001 110010 100111 111010

Color Harmonies of #BEB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB06C

Black with #BEB06C

Text Example


Text Example

White with #BEB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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