Html Css Color HEX #BEB168 Dark Khaki

📋 copy color: '#BEB168'

red 190 ◦ green 177 ◦ blue 104

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

Shades of Dark Khaki #BEB168

Tints of Dark Khaki #BEB168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.58%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 40.34%
G = 37.58%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEB168 (or 0xBEB168) is known color: Dark Khaki. HEX triplet: BE, B1 and 68. RGB value is (190,177,104). Sum of RGB (Red+Green+Blue) = 190+177+104=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB168 is #414E97. Grayscale: #ACACAC. Windows color (decimal): -4279960 or 6861246. OLE color: 6861246.

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

Color convert

RGB 190 177 104 -
CMYK 0 0.07 0.45 0.25
HSL 50.93º 0.4% 0.58% -
HSV(B) 50.93º 0.45% 0.75% -
XYZ 39.46 43.39 19.39 -
YUV 172.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 190 177 104 0 0.07 0.45 0.25 50.93 0.4 0.58
Hex BE B1 68 0 7 2D 19 33 28 3A
Octal 276 261 150 0 7 55 31 63 50 72
Binary 10111110 10110001 1101000 0 111 101101 11001 110011 101000 111010

Color Harmonies of #BEB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB168

Black with #BEB168

Text Example


Text Example

White with #BEB168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB168; }

 p { color: rgb(190,177,104); }

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

background-color css

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

 a { background-color: rgb(190,177,104); }

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

border-color css

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

 span { border-color: rgb(190,177,104); }

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