Html Css Color HEX #BEB472 Dark Khaki

📋 copy color: '#BEB472'

red 190 ◦ green 180 ◦ blue 114

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

Shades of Dark Khaki #BEB472

Tints of Dark Khaki #BEB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 114 (44.92% from 255) = 23.55%

R = 39.26%
G = 37.19%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEB472 (or 0xBEB472) is known color: Dark Khaki. HEX triplet: BE, B4 and 72. RGB value is (190,180,114). Sum of RGB (Red+Green+Blue) = 190+180+114=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB472 is #414B8D. Grayscale: #AFAFAF. Windows color (decimal): -4279182 or 7517374. OLE color: 7517374.

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

Color convert

RGB 190 180 114 -
CMYK 0 0.05 0.40 0.25
HSL 52.11º 0.37% 0.6% -
HSV(B) 52.11º 0.4% 0.75% -
XYZ 40.59 44.8 22.43 -
YUV 175.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 190 180 114 0 0.05 0.40 0.25 52.11 0.37 0.6
Hex BE B4 72 0 5 28 19 34 25 3C
Octal 276 264 162 0 5 50 31 64 45 74
Binary 10111110 10110100 1110010 0 101 101000 11001 110100 100101 111100

Color Harmonies of #BEB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB472

Black with #BEB472

Text Example


Text Example

White with #BEB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB472; }

 p { color: rgb(190,180,114); }

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

background-color css

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

 a { background-color: rgb(190,180,114); }

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

border-color css

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

 span { border-color: rgb(190,180,114); }

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