Html Css Color HEX #BEBA70 Dark Khaki

📋 copy color: '#BEBA70'

red 190 ◦ green 186 ◦ blue 112

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

Shades of Dark Khaki #BEBA70

Tints of Dark Khaki #BEBA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 38.93%
G = 38.11%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEBA70 (or 0xBEBA70) is known color: Dark Khaki. HEX triplet: BE, BA and 70. RGB value is (190,186,112). Sum of RGB (Red+Green+Blue) = 190+186+112=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA70 is #41458F. Grayscale: #B3B3B3. Windows color (decimal): -4277648 or 7387838. OLE color: 7387838.

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

Color convert

RGB 190 186 112 -
CMYK 0 0.02 0.41 0.25
HSL 56.92º 0.38% 0.59% -
HSV(B) 56.92º 0.41% 0.75% -
XYZ 41.72 47.23 22.25 -
YUV 178.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 190 186 112 0 0.02 0.41 0.25 56.92 0.38 0.59
Hex BE BA 70 0 2 29 19 39 26 3B
Octal 276 272 160 0 2 51 31 71 46 73
Binary 10111110 10111010 1110000 0 10 101001 11001 111001 100110 111011

Color Harmonies of #BEBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA70

Black with #BEBA70

Text Example


Text Example

White with #BEBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA70; }

 p { color: rgb(190,186,112); }

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

background-color css

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

 a { background-color: rgb(190,186,112); }

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

border-color css

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

 span { border-color: rgb(190,186,112); }

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