Html Css Color HEX #BEB26A Dark Khaki

📋 copy color: '#BEB26A'

red 190 ◦ green 178 ◦ blue 106

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

Shades of Dark Khaki #BEB26A

Tints of Dark Khaki #BEB26A

RGB

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

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

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

R = 40.08%
G = 37.55%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEB26A (or 0xBEB26A) is known color: Dark Khaki. HEX triplet: BE, B2 and 6A. RGB value is (190,178,106). Sum of RGB (Red+Green+Blue) = 190+178+106=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB26A is #414D95. Grayscale: #ADADAD. Windows color (decimal): -4279702 or 6992574. OLE color: 6992574.

HSL color Cylindrical-coordinate representation of color #BEB26A: hue angle of 51.43º 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 #BEB26A is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 106 -
CMYK 0 0.06 0.44 0.25
HSL 51.43º 0.39% 0.58% -
HSV(B) 51.43º 0.44% 0.75% -
XYZ 39.76 43.83 20 -
YUV 173.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 190 178 106 0 0.06 0.44 0.25 51.43 0.39 0.58
Hex BE B2 6A 0 6 2C 19 33 27 3A
Octal 276 262 152 0 6 54 31 63 47 72
Binary 10111110 10110010 1101010 0 110 101100 11001 110011 100111 111010

Color Harmonies of #BEB26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB26A

Black with #BEB26A

Text Example


Text Example

White with #BEB26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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