Html Css Color HEX #BEB36C Dark Khaki

📋 copy color: '#BEB36C'

red 190 ◦ green 179 ◦ blue 108

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

Shades of Dark Khaki #BEB36C

Tints of Dark Khaki #BEB36C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.53%

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 39.83%
G = 37.53%
B = 22.64%

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

#BEB36C (or 0xBEB36C) is known color: Dark Khaki. HEX triplet: BE, B3 and 6C. RGB value is (190,179,108). Sum of RGB (Red+Green+Blue) = 190+179+108=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB36C is #414C93. Grayscale: #AEAEAE. Windows color (decimal): -4279444 or 7123902. OLE color: 7123902.

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

Color convert

RGB 190 179 108 -
CMYK 0 0.06 0.43 0.25
HSL 51.95º 0.39% 0.58% -
HSV(B) 51.95º 0.43% 0.75% -
XYZ 40.06 44.27 20.62 -
YUV 174.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 190 179 108 0 0.06 0.43 0.25 51.95 0.39 0.58
Hex BE B3 6C 0 6 2B 19 34 27 3A
Octal 276 263 154 0 6 53 31 64 47 72
Binary 10111110 10110011 1101100 0 110 101011 11001 110100 100111 111010

Color Harmonies of #BEB36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB36C

Black with #BEB36C

Text Example


Text Example

White with #BEB36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB36C; }

 p { color: rgb(190,179,108); }

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

background-color css

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

 a { background-color: rgb(190,179,108); }

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

border-color css

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

 span { border-color: rgb(190,179,108); }

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