Html Css Color HEX #BEBB75 Dark Khaki

📋 copy color: '#BEBB75'

red 190 ◦ green 187 ◦ blue 117

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

Shades of Dark Khaki #BEBB75

Tints of Dark Khaki #BEBB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 38.46%
G = 37.85%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEBB75 (or 0xBEBB75) is known color: Dark Khaki. HEX triplet: BE, BB and 75. RGB value is (190,187,117). Sum of RGB (Red+Green+Blue) = 190+187+117=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB75 is #41448A. Grayscale: #B4B4B4. Windows color (decimal): -4277387 or 7715774. OLE color: 7715774.

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

Color convert

RGB 190 187 117 -
CMYK 0 0.02 0.38 0.25
HSL 57.53º 0.36% 0.6% -
HSV(B) 57.53º 0.38% 0.75% -
XYZ 42.22 47.77 23.83 -
YUV 179.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 190 187 117 0 0.02 0.38 0.25 57.53 0.36 0.6
Hex BE BB 75 0 2 26 19 3A 24 3C
Octal 276 273 165 0 2 46 31 72 44 74
Binary 10111110 10111011 1110101 0 10 100110 11001 111010 100100 111100

Color Harmonies of #BEBB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB75

Black with #BEBB75

Text Example


Text Example

White with #BEBB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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