Html Css Color HEX #BFBA75 Dark Khaki

📋 copy color: '#BFBA75'

red 191 ◦ green 186 ◦ blue 117

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

Shades of Dark Khaki #BFBA75

Tints of Dark Khaki #BFBA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

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

R = 38.66%
G = 37.65%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFBA75 (or 0xBFBA75) is known color: Dark Khaki. HEX triplet: BF, BA and 75. RGB value is (191,186,117). Sum of RGB (Red+Green+Blue) = 191+186+117=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA75 is #40458A. Grayscale: #B3B3B3. Windows color (decimal): -4212107 or 7715519. OLE color: 7715519.

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

Color convert

RGB 191 186 117 -
CMYK 0 0.03 0.39 0.25
HSL 55.95º 0.37% 0.6% -
HSV(B) 55.95º 0.39% 0.75% -
XYZ 42.26 47.48 23.77 -
YUV 179.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 191 186 117 0 0.03 0.39 0.25 55.95 0.37 0.6
Hex BF BA 75 0 3 27 19 38 25 3C
Octal 277 272 165 0 3 47 31 70 45 74
Binary 10111111 10111010 1110101 0 11 100111 11001 111000 100101 111100

Color Harmonies of #BFBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA75

Black with #BFBA75

Text Example


Text Example

White with #BFBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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