Html Css Color HEX #BEB26D Dark Khaki

📋 copy color: '#BEB26D'

red 190 ◦ green 178 ◦ blue 109

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

Shades of Dark Khaki #BEB26D

Tints of Dark Khaki #BEB26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 39.83%
G = 37.32%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEB26D (or 0xBEB26D) is known color: Dark Khaki. HEX triplet: BE, B2 and 6D. RGB value is (190,178,109). Sum of RGB (Red+Green+Blue) = 190+178+109=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB26D is #414D92. Grayscale: #AEAEAE. Windows color (decimal): -4279699 or 7189182. OLE color: 7189182.

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

Color convert

RGB 190 178 109 -
CMYK 0 0.06 0.43 0.25
HSL 51.11º 0.38% 0.59% -
HSV(B) 51.11º 0.43% 0.75% -
XYZ 39.92 43.89 20.84 -
YUV 173.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 190 178 109 0 0.06 0.43 0.25 51.11 0.38 0.59
Hex BE B2 6D 0 6 2B 19 33 26 3B
Octal 276 262 155 0 6 53 31 63 46 73
Binary 10111110 10110010 1101101 0 110 101011 11001 110011 100110 111011

Color Harmonies of #BEB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB26D

Black with #BEB26D

Text Example


Text Example

White with #BEB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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