Html Css Color HEX #BFB366 Dark Khaki

📋 copy color: '#BFB366'

red 191 ◦ green 179 ◦ blue 102

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

Shades of Dark Khaki #BFB366

Tints of Dark Khaki #BFB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 40.47%
G = 37.92%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFB366 (or 0xBFB366) is known color: Dark Khaki. HEX triplet: BF, B3 and 66. RGB value is (191,179,102). Sum of RGB (Red+Green+Blue) = 191+179+102=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB366 is #404C99. Grayscale: #AEAEAE. Windows color (decimal): -4213914 or 6730687. OLE color: 6730687.

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

Color convert

RGB 191 179 102 -
CMYK 0 0.06 0.47 0.25
HSL 51.91º 0.41% 0.57% -
HSV(B) 51.91º 0.47% 0.75% -
XYZ 40 44.28 19.01 -
YUV 173.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 191 179 102 0 0.06 0.47 0.25 51.91 0.41 0.57
Hex BF B3 66 0 6 2F 19 34 29 39
Octal 277 263 146 0 6 57 31 64 51 71
Binary 10111111 10110011 1100110 0 110 101111 11001 110100 101001 111001

Color Harmonies of #BFB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB366

Black with #BFB366

Text Example


Text Example

White with #BFB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB366; }

 p { color: rgb(191,179,102); }

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

background-color css

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

 a { background-color: rgb(191,179,102); }

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

border-color css

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

 span { border-color: rgb(191,179,102); }

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