Html Css Color HEX #BEB867 Dark Khaki

📋 copy color: '#BEB867'

red 190 ◦ green 184 ◦ blue 103

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

Shades of Dark Khaki #BEB867

Tints of Dark Khaki #BEB867

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

 BLUE value IS 103 (40.63% from 255) = 21.59%

R = 39.83%
G = 38.57%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEB867 (or 0xBEB867) is known color: Dark Khaki. HEX triplet: BE, B8 and 67. RGB value is (190,184,103). Sum of RGB (Red+Green+Blue) = 190+184+103=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB867 is #414798. Grayscale: #B0B0B0. Windows color (decimal): -4278169 or 6797502. OLE color: 6797502.

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

Color convert

RGB 190 184 103 -
CMYK 0 0.03 0.46 0.25
HSL 55.86º 0.4% 0.57% -
HSV(B) 55.86º 0.46% 0.75% -
XYZ 40.82 46.21 19.6 -
YUV 176.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 190 184 103 0 0.03 0.46 0.25 55.86 0.4 0.57
Hex BE B8 67 0 3 2E 19 38 28 39
Octal 276 270 147 0 3 56 31 70 50 71
Binary 10111110 10111000 1100111 0 11 101110 11001 111000 101000 111001

Color Harmonies of #BEB867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB867

Black with #BEB867

Text Example


Text Example

White with #BEB867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB867; }

 p { color: rgb(190,184,103); }

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

background-color css

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

 a { background-color: rgb(190,184,103); }

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

border-color css

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

 span { border-color: rgb(190,184,103); }

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