Html Css Color HEX #BFB269 Dark Khaki

📋 copy color: '#BFB269'

red 191 ◦ green 178 ◦ blue 105

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

Shades of Dark Khaki #BFB269

Tints of Dark Khaki #BFB269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.55%

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

R = 40.3%
G = 37.55%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFB269 (or 0xBFB269) is known color: Dark Khaki. HEX triplet: BF, B2 and 69. RGB value is (191,178,105). Sum of RGB (Red+Green+Blue) = 191+178+105=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB269 is #404D96. Grayscale: #ADADAD. Windows color (decimal): -4214167 or 6927039. OLE color: 6927039.

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

Color convert

RGB 191 178 105 -
CMYK 0 0.07 0.45 0.25
HSL 50.93º 0.4% 0.58% -
HSV(B) 50.93º 0.45% 0.75% -
XYZ 39.96 43.94 19.74 -
YUV 173.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 191 178 105 0 0.07 0.45 0.25 50.93 0.4 0.58
Hex BF B2 69 0 7 2D 19 33 28 3A
Octal 277 262 151 0 7 55 31 63 50 72
Binary 10111111 10110010 1101001 0 111 101101 11001 110011 101000 111010

Color Harmonies of #BFB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB269

Black with #BFB269

Text Example


Text Example

White with #BFB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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