Html Css Color HEX #BEB269 Dark Khaki

📋 copy color: '#BEB269'

red 190 ◦ green 178 ◦ blue 105

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

Shades of Dark Khaki #BEB269

Tints of Dark Khaki #BEB269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 40.17%
G = 37.63%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEB269 (or 0xBEB269) is known color: Dark Khaki. HEX triplet: BE, B2 and 69. RGB value is (190,178,105). Sum of RGB (Red+Green+Blue) = 190+178+105=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB269 is #414D96. Grayscale: #ADADAD. Windows color (decimal): -4279703 or 6927038. OLE color: 6927038.

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

Color convert

RGB 190 178 105 -
CMYK 0 0.06 0.45 0.25
HSL 51.53º 0.4% 0.58% -
HSV(B) 51.53º 0.45% 0.75% -
XYZ 39.71 43.81 19.73 -
YUV 173.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 190 178 105 0 0.06 0.45 0.25 51.53 0.4 0.58
Hex BE B2 69 0 6 2D 19 34 28 3A
Octal 276 262 151 0 6 55 31 64 50 72
Binary 10111110 10110010 1101001 0 110 101101 11001 110100 101000 111010

Color Harmonies of #BEB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB269

Black with #BEB269

Text Example


Text Example

White with #BEB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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