Html Css Color HEX #BFB665 Dark Khaki

📋 copy color: '#BFB665'

red 191 ◦ green 182 ◦ blue 101

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

Shades of Dark Khaki #BFB665

Tints of Dark Khaki #BFB665

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 40.3%
G = 38.4%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFB665 (or 0xBFB665) is known color: Dark Khaki. HEX triplet: BF, B6 and 65. RGB value is (191,182,101). Sum of RGB (Red+Green+Blue) = 191+182+101=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB665 is #40499A. Grayscale: #AFAFAF. Windows color (decimal): -4213147 or 6665919. OLE color: 6665919.

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

Color convert

RGB 191 182 101 -
CMYK 0 0.05 0.47 0.25
HSL 54º 0.41% 0.57% -
HSV(B) 54º 0.47% 0.75% -
XYZ 40.56 45.47 18.95 -
YUV 175.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 191 182 101 0 0.05 0.47 0.25 54 0.41 0.57
Hex BF B6 65 0 5 2F 19 36 29 39
Octal 277 266 145 0 5 57 31 66 51 71
Binary 10111111 10110110 1100101 0 101 101111 11001 110110 101001 111001

Color Harmonies of #BFB665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB665

Black with #BFB665

Text Example


Text Example

White with #BFB665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB665; }

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

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

background-color css

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

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

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

border-color css

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

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

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