Html Css Color HEX #BFB563 Dark Khaki

📋 copy color: '#BFB563'

red 191 ◦ green 181 ◦ blue 99

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

Shades of Dark Khaki #BFB563

Tints of Dark Khaki #BFB563

RGB

 RED value IS 191 (75% from 255) = 40.55%

 GREEN value IS 181 (71.09% from 255) = 38.43%

 BLUE value IS 99 (39.06% from 255) = 21.02%

R = 40.55%
G = 38.43%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFB563 (or 0xBFB563) is known color: Dark Khaki. HEX triplet: BF, B5 and 63. RGB value is (191,181,99). Sum of RGB (Red+Green+Blue) = 191+181+99=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB563 is #404A9C. Grayscale: #AEAEAE. Windows color (decimal): -4213405 or 6534591. OLE color: 6534591.

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

Color convert

RGB 191 181 99 -
CMYK 0 0.05 0.48 0.25
HSL 53.48º 0.42% 0.57% -
HSV(B) 53.48º 0.48% 0.75% -
XYZ 40.26 45.02 18.37 -
YUV 174.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 191 181 99 0 0.05 0.48 0.25 53.48 0.42 0.57
Hex BF B5 63 0 5 30 19 35 2A 39
Octal 277 265 143 0 5 60 31 65 52 71
Binary 10111111 10110101 1100011 0 101 110000 11001 110101 101010 111001

Color Harmonies of #BFB563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB563

Black with #BFB563

Text Example


Text Example

White with #BFB563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB563; }

 p { color: rgb(191,181,99); }

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

background-color css

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

 a { background-color: rgb(191,181,99); }

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

border-color css

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

 span { border-color: rgb(191,181,99); }

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