Html Css Color HEX #BEBB73 Dark Khaki

📋 copy color: '#BEBB73'

red 190 ◦ green 187 ◦ blue 115

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

Shades of Dark Khaki #BEBB73

Tints of Dark Khaki #BEBB73

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.01%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 38.62%
G = 38.01%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEBB73 (or 0xBEBB73) is known color: Dark Khaki. HEX triplet: BE, BB and 73. RGB value is (190,187,115). Sum of RGB (Red+Green+Blue) = 190+187+115=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB73 is #41448C. Grayscale: #B3B3B3. Windows color (decimal): -4277389 or 7584702. OLE color: 7584702.

HSL color Cylindrical-coordinate representation of color #BEBB73: hue angle of 57.6º degrees, saturation: 0.37, 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 #BEBB73 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 187 115 -
CMYK 0 0.02 0.39 0.25
HSL 57.6º 0.37% 0.6% -
HSV(B) 57.6º 0.39% 0.75% -
XYZ 42.1 47.73 23.21 -
YUV 179.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 190 187 115 0 0.02 0.39 0.25 57.6 0.37 0.6
Hex BE BB 73 0 2 27 19 3A 25 3C
Octal 276 273 163 0 2 47 31 72 45 74
Binary 10111110 10111011 1110011 0 10 100111 11001 111010 100101 111100

Color Harmonies of #BEBB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB73

Black with #BEBB73

Text Example


Text Example

White with #BEBB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB73; }

 p { color: rgb(190,187,115); }

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

background-color css

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

 a { background-color: rgb(190,187,115); }

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

border-color css

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

 span { border-color: rgb(190,187,115); }

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