Html Css Color HEX #BEBA6C Dark Khaki

📋 copy color: '#BEBA6C'

red 190 ◦ green 186 ◦ blue 108

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

Shades of Dark Khaki #BEBA6C

Tints of Dark Khaki #BEBA6C

RGB

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

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

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

R = 39.26%
G = 38.43%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEBA6C (or 0xBEBA6C) is known color: Dark Khaki. HEX triplet: BE, BA and 6C. RGB value is (190,186,108). Sum of RGB (Red+Green+Blue) = 190+186+108=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA6C is #414593. Grayscale: #B2B2B2. Windows color (decimal): -4277652 or 7125694. OLE color: 7125694.

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

Color convert

RGB 190 186 108 -
CMYK 0 0.02 0.43 0.25
HSL 57.07º 0.39% 0.58% -
HSV(B) 57.07º 0.43% 0.75% -
XYZ 41.5 47.15 21.1 -
YUV 178.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 190 186 108 0 0.02 0.43 0.25 57.07 0.39 0.58
Hex BE BA 6C 0 2 2B 19 39 27 3A
Octal 276 272 154 0 2 53 31 71 47 72
Binary 10111110 10111010 1101100 0 10 101011 11001 111001 100111 111010

Color Harmonies of #BEBA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA6C

Black with #BEBA6C

Text Example


Text Example

White with #BEBA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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