Html Css Color HEX #BFBA70 Dark Khaki

📋 copy color: '#BFBA70'

red 191 ◦ green 186 ◦ blue 112

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

Shades of Dark Khaki #BFBA70

Tints of Dark Khaki #BFBA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 39.06%
G = 38.04%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFBA70 (or 0xBFBA70) is known color: Dark Khaki. HEX triplet: BF, BA and 70. RGB value is (191,186,112). Sum of RGB (Red+Green+Blue) = 191+186+112=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA70 is #40458F. Grayscale: #B3B3B3. Windows color (decimal): -4212112 or 7387839. OLE color: 7387839.

HSL color Cylindrical-coordinate representation of color #BFBA70: hue angle of 56.2º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFBA70 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 112 -
CMYK 0 0.03 0.41 0.25
HSL 56.2º 0.38% 0.59% -
HSV(B) 56.2º 0.41% 0.75% -
XYZ 41.97 47.36 22.26 -
YUV 179.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 191 186 112 0 0.03 0.41 0.25 56.2 0.38 0.59
Hex BF BA 70 0 3 29 19 38 26 3B
Octal 277 272 160 0 3 51 31 70 46 73
Binary 10111111 10111010 1110000 0 11 101001 11001 111000 100110 111011

Color Harmonies of #BFBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA70

Black with #BFBA70

Text Example


Text Example

White with #BFBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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