Html Css Color HEX #BEB26C Dark Khaki

📋 copy color: '#BEB26C'

red 190 ◦ green 178 ◦ blue 108

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

Shades of Dark Khaki #BEB26C

Tints of Dark Khaki #BEB26C

RGB

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

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

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

R = 39.92%
G = 37.39%
B = 22.69%

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

#BEB26C (or 0xBEB26C) is known color: Dark Khaki. HEX triplet: BE, B2 and 6C. RGB value is (190,178,108). Sum of RGB (Red+Green+Blue) = 190+178+108=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB26C is #414D93. Grayscale: #ADADAD. Windows color (decimal): -4279700 or 7123646. OLE color: 7123646.

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

Color convert

RGB 190 178 108 -
CMYK 0 0.06 0.43 0.25
HSL 51.22º 0.39% 0.58% -
HSV(B) 51.22º 0.43% 0.75% -
XYZ 39.86 43.87 20.55 -
YUV 173.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 190 178 108 0 0.06 0.43 0.25 51.22 0.39 0.58
Hex BE B2 6C 0 6 2B 19 33 27 3A
Octal 276 262 154 0 6 53 31 63 47 72
Binary 10111110 10110010 1101100 0 110 101011 11001 110011 100111 111010

Color Harmonies of #BEB26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB26C

Black with #BEB26C

Text Example


Text Example

White with #BEB26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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