Html Css Color HEX #BFB761 Dark Khaki

📋 copy color: '#BFB761'

red 191 ◦ green 183 ◦ blue 97

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

Shades of Dark Khaki #BFB761

Tints of Dark Khaki #BFB761

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.85%

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 40.55%
G = 38.85%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFB761 (or 0xBFB761) is known color: Dark Khaki. HEX triplet: BF, B7 and 61. RGB value is (191,183,97). Sum of RGB (Red+Green+Blue) = 191+183+97=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB761 is #40489E. Grayscale: #AFAFAF. Windows color (decimal): -4212895 or 6404031. OLE color: 6404031.

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

Color convert

RGB 191 183 97 -
CMYK 0 0.04 0.49 0.25
HSL 54.89º 0.42% 0.56% -
HSV(B) 54.89º 0.49% 0.75% -
XYZ 40.58 45.81 18.01 -
YUV 175.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 191 183 97 0 0.04 0.49 0.25 54.89 0.42 0.56
Hex BF B7 61 0 4 31 19 37 2A 38
Octal 277 267 141 0 4 61 31 67 52 70
Binary 10111111 10110111 1100001 0 100 110001 11001 110111 101010 111000

Color Harmonies of #BFB761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB761

Black with #BFB761

Text Example


Text Example

White with #BFB761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB761; }

 p { color: rgb(191,183,97); }

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

background-color css

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

 a { background-color: rgb(191,183,97); }

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

border-color css

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

 span { border-color: rgb(191,183,97); }

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