Html Css Color HEX #BFBC75 Dark Khaki

📋 copy color: '#BFBC75'

red 191 ◦ green 188 ◦ blue 117

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

Shades of Dark Khaki #BFBC75

Tints of Dark Khaki #BFBC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 38.51%
G = 37.9%
B = 23.59%

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

#BFBC75 (or 0xBFBC75) is known color: Dark Khaki. HEX triplet: BF, BC and 75. RGB value is (191,188,117). Sum of RGB (Red+Green+Blue) = 191+188+117=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC75 is #40438A. Grayscale: #B5B5B5. Windows color (decimal): -4211595 or 7716031. OLE color: 7716031.

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

Color convert

RGB 191 188 117 -
CMYK 0 0.02 0.39 0.25
HSL 57.57º 0.37% 0.6% -
HSV(B) 57.57º 0.39% 0.75% -
XYZ 42.68 48.33 23.91 -
YUV 180.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 191 188 117 0 0.02 0.39 0.25 57.57 0.37 0.6
Hex BF BC 75 0 2 27 19 3A 25 3C
Octal 277 274 165 0 2 47 31 72 45 74
Binary 10111111 10111100 1110101 0 10 100111 11001 111010 100101 111100

Color Harmonies of #BFBC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC75

Black with #BFBC75

Text Example


Text Example

White with #BFBC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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