Html Css Color HEX #BEBC67 Dark Khaki

📋 copy color: '#BEBC67'

red 190 ◦ green 188 ◦ blue 103

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

Shades of Dark Khaki #BEBC67

Tints of Dark Khaki #BEBC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 103 (40.63% from 255) = 21.41%

R = 39.5%
G = 39.09%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEBC67 (or 0xBEBC67) is known color: Dark Khaki. HEX triplet: BE, BC and 67. RGB value is (190,188,103). Sum of RGB (Red+Green+Blue) = 190+188+103=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC67 is #414398. Grayscale: #B3B3B3. Windows color (decimal): -4277145 or 6798526. OLE color: 6798526.

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

Color convert

RGB 190 188 103 -
CMYK 0 0.01 0.46 0.25
HSL 58.62º 0.4% 0.57% -
HSV(B) 58.62º 0.46% 0.75% -
XYZ 41.67 47.89 19.88 -
YUV 178.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 190 188 103 0 0.01 0.46 0.25 58.62 0.4 0.57
Hex BE BC 67 0 1 2E 19 3B 28 39
Octal 276 274 147 0 1 56 31 73 50 71
Binary 10111110 10111100 1100111 0 1 101110 11001 111011 101000 111001

Color Harmonies of #BEBC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC67

Black with #BEBC67

Text Example


Text Example

White with #BEBC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC67; }

 p { color: rgb(190,188,103); }

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

background-color css

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

 a { background-color: rgb(190,188,103); }

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

border-color css

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

 span { border-color: rgb(190,188,103); }

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