Html Css Color HEX #BEBD70 Dark Khaki

📋 copy color: '#BEBD70'

red 190 ◦ green 189 ◦ blue 112

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

Shades of Dark Khaki #BEBD70

Tints of Dark Khaki #BEBD70

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

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

R = 38.7%
G = 38.49%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEBD70 (or 0xBEBD70) is known color: Dark Khaki. HEX triplet: BE, BD and 70. RGB value is (190,189,112). Sum of RGB (Red+Green+Blue) = 190+189+112=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD70 is #41428F. Grayscale: #B4B4B4. Windows color (decimal): -4276880 or 7388606. OLE color: 7388606.

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

Color convert

RGB 190 189 112 -
CMYK 0 0.01 0.41 0.25
HSL 59.23º 0.38% 0.59% -
HSV(B) 59.23º 0.41% 0.75% -
XYZ 42.36 48.51 22.46 -
YUV 180.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 190 189 112 0 0.01 0.41 0.25 59.23 0.38 0.59
Hex BE BD 70 0 1 29 19 3B 26 3B
Octal 276 275 160 0 1 51 31 73 46 73
Binary 10111110 10111101 1110000 0 1 101001 11001 111011 100110 111011

Color Harmonies of #BEBD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD70

Black with #BEBD70

Text Example


Text Example

White with #BEBD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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