Html Css Color HEX #BFB674 Dark Khaki

📋 copy color: '#BFB674'

red 191 ◦ green 182 ◦ blue 116

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

Shades of Dark Khaki #BFB674

Tints of Dark Khaki #BFB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 39.06%
G = 37.22%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFB674 (or 0xBFB674) is known color: Dark Khaki. HEX triplet: BF, B6 and 74. RGB value is (191,182,116). Sum of RGB (Red+Green+Blue) = 191+182+116=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB674 is #40498B. Grayscale: #B1B1B1. Windows color (decimal): -4213132 or 7648959. OLE color: 7648959.

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

Color convert

RGB 191 182 116 -
CMYK 0 0.05 0.39 0.25
HSL 52.8º 0.37% 0.6% -
HSV(B) 52.8º 0.39% 0.75% -
XYZ 41.37 45.79 23.18 -
YUV 177.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 191 182 116 0 0.05 0.39 0.25 52.8 0.37 0.6
Hex BF B6 74 0 5 27 19 35 25 3C
Octal 277 266 164 0 5 47 31 65 45 74
Binary 10111111 10110110 1110100 0 101 100111 11001 110101 100101 111100

Color Harmonies of #BFB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB674

Black with #BFB674

Text Example


Text Example

White with #BFB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB674; }

 p { color: rgb(191,182,116); }

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

background-color css

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

 a { background-color: rgb(191,182,116); }

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

border-color css

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

 span { border-color: rgb(191,182,116); }

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