Html Css Color HEX #BEB367 Dark Khaki

📋 copy color: '#BEB367'

red 190 ◦ green 179 ◦ blue 103

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

Shades of Dark Khaki #BEB367

Tints of Dark Khaki #BEB367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

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

R = 40.25%
G = 37.92%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEB367 (or 0xBEB367) is known color: Dark Khaki. HEX triplet: BE, B3 and 67. RGB value is (190,179,103). Sum of RGB (Red+Green+Blue) = 190+179+103=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB367 is #414C98. Grayscale: #ADADAD. Windows color (decimal): -4279449 or 6796222. OLE color: 6796222.

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

Color convert

RGB 190 179 103 -
CMYK 0 0.06 0.46 0.25
HSL 52.41º 0.4% 0.57% -
HSV(B) 52.41º 0.46% 0.75% -
XYZ 39.8 44.17 19.26 -
YUV 173.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 190 179 103 0 0.06 0.46 0.25 52.41 0.4 0.57
Hex BE B3 67 0 6 2E 19 34 28 39
Octal 276 263 147 0 6 56 31 64 50 71
Binary 10111110 10110011 1100111 0 110 101110 11001 110100 101000 111001

Color Harmonies of #BEB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB367

Black with #BEB367

Text Example


Text Example

White with #BEB367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB367; }

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

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

background-color css

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

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

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

border-color css

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

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

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