Html Css Color HEX #BEB574 Dark Khaki

📋 copy color: '#BEB574'

red 190 ◦ green 181 ◦ blue 116

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

Shades of Dark Khaki #BEB574

Tints of Dark Khaki #BEB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 39.01%
G = 37.17%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEB574 (or 0xBEB574) is known color: Dark Khaki. HEX triplet: BE, B5 and 74. RGB value is (190,181,116). Sum of RGB (Red+Green+Blue) = 190+181+116=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB574 is #414A8B. Grayscale: #B0B0B0. Windows color (decimal): -4278924 or 7648702. OLE color: 7648702.

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

Color convert

RGB 190 181 116 -
CMYK 0 0.05 0.39 0.25
HSL 52.7º 0.36% 0.6% -
HSV(B) 52.7º 0.39% 0.75% -
XYZ 40.91 45.26 23.1 -
YUV 176.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 190 181 116 0 0.05 0.39 0.25 52.7 0.36 0.6
Hex BE B5 74 0 5 27 19 35 24 3C
Octal 276 265 164 0 5 47 31 65 44 74
Binary 10111110 10110101 1110100 0 101 100111 11001 110101 100100 111100

Color Harmonies of #BEB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB574

Black with #BEB574

Text Example


Text Example

White with #BEB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB574; }

 p { color: rgb(190,181,116); }

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

background-color css

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

 a { background-color: rgb(190,181,116); }

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

border-color css

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

 span { border-color: rgb(190,181,116); }

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