Html Css Color HEX #BFC070 Dark Khaki

📋 copy color: '#BFC070'

red 191 ◦ green 192 ◦ blue 112

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

Shades of Dark Khaki #BFC070

Tints of Dark Khaki #BFC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

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

R = 38.59%
G = 38.79%
B = 22.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFC070 (or 0xBFC070) is known color: Dark Khaki. HEX triplet: BF, C0 and 70. RGB value is (191,192,112). Sum of RGB (Red+Green+Blue) = 191+192+112=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC070 is #403F8F. Grayscale: #B6B6B6. Windows color (decimal): -4210576 or 7389375. OLE color: 7389375.

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

Color convert

RGB 191 192 112 -
CMYK 0.01 0 0.42 0.25
HSL 60.75º 0.39% 0.6% -
HSV(B) 60.75º 0.42% 0.75% -
XYZ 43.26 49.95 22.69 -
YUV 182.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 191 192 112 0.01 0 0.42 0.25 60.75 0.39 0.6
Hex BF C0 70 1 0 2A 19 3D 27 3C
Octal 277 300 160 1 0 52 31 75 47 74
Binary 10111111 11000000 1110000 1 0 101010 11001 111101 100111 111100

Color Harmonies of #BFC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC070

Black with #BFC070

Text Example


Text Example

White with #BFC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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