Html Css Color HEX #BEB765 Dark Khaki

📋 copy color: '#BEB765'

red 190 ◦ green 183 ◦ blue 101

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

Shades of Dark Khaki #BEB765

Tints of Dark Khaki #BEB765

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.61%

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 40.08%
G = 38.61%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEB765 (or 0xBEB765) is known color: Dark Khaki. HEX triplet: BE, B7 and 65. RGB value is (190,183,101). Sum of RGB (Red+Green+Blue) = 190+183+101=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB765 is #41489A. Grayscale: #B0B0B0. Windows color (decimal): -4278427 or 6666174. OLE color: 6666174.

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

Color convert

RGB 190 183 101 -
CMYK 0 0.04 0.47 0.25
HSL 55.28º 0.41% 0.57% -
HSV(B) 55.28º 0.47% 0.75% -
XYZ 40.52 45.75 19.01 -
YUV 175.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 190 183 101 0 0.04 0.47 0.25 55.28 0.41 0.57
Hex BE B7 65 0 4 2F 19 37 29 39
Octal 276 267 145 0 4 57 31 67 51 71
Binary 10111110 10110111 1100101 0 100 101111 11001 110111 101001 111001

Color Harmonies of #BEB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB765

Black with #BEB765

Text Example


Text Example

White with #BEB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB765; }

 p { color: rgb(190,183,101); }

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

background-color css

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

 a { background-color: rgb(190,183,101); }

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

border-color css

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

 span { border-color: rgb(190,183,101); }

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