Html Css Color HEX #BFB769 Dark Khaki

📋 copy color: '#BFB769'

red 191 ◦ green 183 ◦ blue 105

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

Shades of Dark Khaki #BFB769

Tints of Dark Khaki #BFB769

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.2%

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 39.87%
G = 38.2%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFB769 (or 0xBFB769) is known color: Dark Khaki. HEX triplet: BF, B7 and 69. RGB value is (191,183,105). Sum of RGB (Red+Green+Blue) = 191+183+105=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB769 is #404896. Grayscale: #B0B0B0. Windows color (decimal): -4212887 or 6928319. OLE color: 6928319.

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

Color convert

RGB 191 183 105 -
CMYK 0 0.04 0.45 0.25
HSL 54.42º 0.4% 0.58% -
HSV(B) 54.42º 0.45% 0.75% -
XYZ 40.97 45.96 20.08 -
YUV 176.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 191 183 105 0 0.04 0.45 0.25 54.42 0.4 0.58
Hex BF B7 69 0 4 2D 19 36 28 3A
Octal 277 267 151 0 4 55 31 66 50 72
Binary 10111111 10110111 1101001 0 100 101101 11001 110110 101000 111010

Color Harmonies of #BFB769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB769

Black with #BFB769

Text Example


Text Example

White with #BFB769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB769; }

 p { color: rgb(191,183,105); }

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

background-color css

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

 a { background-color: rgb(191,183,105); }

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

border-color css

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

 span { border-color: rgb(191,183,105); }

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