Html Css Color HEX #BEBA6A Dark Khaki

📋 copy color: '#BEBA6A'

red 190 ◦ green 186 ◦ blue 106

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

Shades of Dark Khaki #BEBA6A

Tints of Dark Khaki #BEBA6A

RGB

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

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

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

R = 39.42%
G = 38.59%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEBA6A (or 0xBEBA6A) is known color: Dark Khaki. HEX triplet: BE, BA and 6A. RGB value is (190,186,106). Sum of RGB (Red+Green+Blue) = 190+186+106=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA6A is #414595. Grayscale: #B2B2B2. Windows color (decimal): -4277654 or 6994622. OLE color: 6994622.

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

Color convert

RGB 190 186 106 -
CMYK 0 0.02 0.44 0.25
HSL 57.14º 0.39% 0.58% -
HSV(B) 57.14º 0.44% 0.75% -
XYZ 41.4 47.11 20.55 -
YUV 178.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 190 186 106 0 0.02 0.44 0.25 57.14 0.39 0.58
Hex BE BA 6A 0 2 2C 19 39 27 3A
Octal 276 272 152 0 2 54 31 71 47 72
Binary 10111110 10111010 1101010 0 10 101100 11001 111001 100111 111010

Color Harmonies of #BEBA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA6A

Black with #BEBA6A

Text Example


Text Example

White with #BEBA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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