Html Css Color HEX #BFB368 Dark Khaki

📋 copy color: '#BFB368'

red 191 ◦ green 179 ◦ blue 104

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

Shades of Dark Khaki #BFB368

Tints of Dark Khaki #BFB368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 40.3%
G = 37.76%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFB368 (or 0xBFB368) is known color: Dark Khaki. HEX triplet: BF, B3 and 68. RGB value is (191,179,104). Sum of RGB (Red+Green+Blue) = 191+179+104=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB368 is #404C97. Grayscale: #AEAEAE. Windows color (decimal): -4213912 or 6861759. OLE color: 6861759.

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

Color convert

RGB 191 179 104 -
CMYK 0 0.06 0.46 0.25
HSL 51.72º 0.4% 0.58% -
HSV(B) 51.72º 0.46% 0.75% -
XYZ 40.1 44.32 19.54 -
YUV 174.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 191 179 104 0 0.06 0.46 0.25 51.72 0.4 0.58
Hex BF B3 68 0 6 2E 19 34 28 3A
Octal 277 263 150 0 6 56 31 64 50 72
Binary 10111111 10110011 1101000 0 110 101110 11001 110100 101000 111010

Color Harmonies of #BFB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB368

Black with #BFB368

Text Example


Text Example

White with #BFB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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