Html Css Color HEX #BEBA76 Dark Khaki

📋 copy color: '#BEBA76'

red 190 ◦ green 186 ◦ blue 118

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

Shades of Dark Khaki #BEBA76

Tints of Dark Khaki #BEBA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 38.46%
G = 37.65%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEBA76 (or 0xBEBA76) is known color: Dark Khaki. HEX triplet: BE, BA and 76. RGB value is (190,186,118). Sum of RGB (Red+Green+Blue) = 190+186+118=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA76 is #414589. Grayscale: #B3B3B3. Windows color (decimal): -4277642 or 7781054. OLE color: 7781054.

HSL color Cylindrical-coordinate representation of color #BEBA76: hue angle of 56.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEBA76 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 118 -
CMYK 0 0.02 0.38 0.25
HSL 56.67º 0.36% 0.6% -
HSV(B) 56.67º 0.38% 0.75% -
XYZ 42.06 47.37 24.07 -
YUV 179.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 190 186 118 0 0.02 0.38 0.25 56.67 0.36 0.6
Hex BE BA 76 0 2 26 19 39 24 3C
Octal 276 272 166 0 2 46 31 71 44 74
Binary 10111110 10111010 1110110 0 10 100110 11001 111001 100100 111100

Color Harmonies of #BEBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA76

Black with #BEBA76

Text Example


Text Example

White with #BEBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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