Html Css Color HEX #BFBC74 Dark Khaki

📋 copy color: '#BFBC74'

red 191 ◦ green 188 ◦ blue 116

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

Shades of Dark Khaki #BFBC74

Tints of Dark Khaki #BFBC74

RGB

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

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

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

R = 38.59%
G = 37.98%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFBC74 (or 0xBFBC74) is known color: Dark Khaki. HEX triplet: BF, BC and 74. RGB value is (191,188,116). Sum of RGB (Red+Green+Blue) = 191+188+116=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC74 is #40438B. Grayscale: #B4B4B4. Windows color (decimal): -4211596 or 7650495. OLE color: 7650495.

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

Color convert

RGB 191 188 116 -
CMYK 0 0.02 0.39 0.25
HSL 57.6º 0.37% 0.6% -
HSV(B) 57.6º 0.39% 0.75% -
XYZ 42.62 48.3 23.6 -
YUV 180.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 191 188 116 0 0.02 0.39 0.25 57.6 0.37 0.6
Hex BF BC 74 0 2 27 19 3A 25 3C
Octal 277 274 164 0 2 47 31 72 45 74
Binary 10111111 10111100 1110100 0 10 100111 11001 111010 100101 111100

Color Harmonies of #BFBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC74

Black with #BFBC74

Text Example


Text Example

White with #BFBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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