Html Css Color HEX #BEB26E Dark Khaki

📋 copy color: '#BEB26E'

red 190 ◦ green 178 ◦ blue 110

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

Shades of Dark Khaki #BEB26E

Tints of Dark Khaki #BEB26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 39.75%
G = 37.24%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEB26E (or 0xBEB26E) is known color: Dark Khaki. HEX triplet: BE, B2 and 6E. RGB value is (190,178,110). Sum of RGB (Red+Green+Blue) = 190+178+110=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB26E is #414D91. Grayscale: #AEAEAE. Windows color (decimal): -4279698 or 7254718. OLE color: 7254718.

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

Color convert

RGB 190 178 110 -
CMYK 0 0.06 0.42 0.25
HSL 51º 0.38% 0.59% -
HSV(B) 51º 0.42% 0.75% -
XYZ 39.97 43.91 21.12 -
YUV 173.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 190 178 110 0 0.06 0.42 0.25 51 0.38 0.59
Hex BE B2 6E 0 6 2A 19 33 26 3B
Octal 276 262 156 0 6 52 31 63 46 73
Binary 10111110 10110010 1101110 0 110 101010 11001 110011 100110 111011

Color Harmonies of #BEB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB26E

Black with #BEB26E

Text Example


Text Example

White with #BEB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB26E; }

 p { color: rgb(190,178,110); }

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

background-color css

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

 a { background-color: rgb(190,178,110); }

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

border-color css

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

 span { border-color: rgb(190,178,110); }

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