Html Css Color HEX #BEBC6A Dark Khaki

📋 copy color: '#BEBC6A'

red 190 ◦ green 188 ◦ blue 106

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

Shades of Dark Khaki #BEBC6A

Tints of Dark Khaki #BEBC6A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 39.26%
G = 38.84%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEBC6A (or 0xBEBC6A) is known color: Dark Khaki. HEX triplet: BE, BC and 6A. RGB value is (190,188,106). Sum of RGB (Red+Green+Blue) = 190+188+106=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC6A is #414395. Grayscale: #B3B3B3. Windows color (decimal): -4277142 or 6995134. OLE color: 6995134.

HSL color Cylindrical-coordinate representation of color #BEBC6A: hue angle of 58.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEBC6A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 106 -
CMYK 0 0.01 0.44 0.25
HSL 58.57º 0.39% 0.58% -
HSV(B) 58.57º 0.44% 0.75% -
XYZ 41.82 47.95 20.69 -
YUV 179.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 190 188 106 0 0.01 0.44 0.25 58.57 0.39 0.58
Hex BE BC 6A 0 1 2C 19 3B 27 3A
Octal 276 274 152 0 1 54 31 73 47 72
Binary 10111110 10111100 1101010 0 1 101100 11001 111011 100111 111010

Color Harmonies of #BEBC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC6A

Black with #BEBC6A

Text Example


Text Example

White with #BEBC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC6A; }

 p { color: rgb(190,188,106); }

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

background-color css

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

 a { background-color: rgb(190,188,106); }

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

border-color css

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

 span { border-color: rgb(190,188,106); }

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