Html Css Color HEX #BFB365 Dark Khaki

📋 copy color: '#BFB365'

red 191 ◦ green 179 ◦ blue 101

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

Shades of Dark Khaki #BFB365

Tints of Dark Khaki #BFB365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.44%

R = 40.55%
G = 38%
B = 21.44%

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

#BFB365 (or 0xBFB365) is known color: Dark Khaki. HEX triplet: BF, B3 and 65. RGB value is (191,179,101). Sum of RGB (Red+Green+Blue) = 191+179+101=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB365 is #404C9A. Grayscale: #AEAEAE. Windows color (decimal): -4213915 or 6665151. OLE color: 6665151.

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

Color convert

RGB 191 179 101 -
CMYK 0 0.06 0.47 0.25
HSL 52º 0.41% 0.57% -
HSV(B) 52º 0.47% 0.75% -
XYZ 39.95 44.26 18.75 -
YUV 173.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 191 179 101 0 0.06 0.47 0.25 52 0.41 0.57
Hex BF B3 65 0 6 2F 19 34 29 39
Octal 277 263 145 0 6 57 31 64 51 71
Binary 10111111 10110011 1100101 0 110 101111 11001 110100 101001 111001

Color Harmonies of #BFB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB365

Black with #BFB365

Text Example


Text Example

White with #BFB365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB365; }

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

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

background-color css

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

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

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

border-color css

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

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

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