Html Css Color HEX #BFB465 Dark Khaki

📋 copy color: '#BFB465'

red 191 ◦ green 180 ◦ blue 101

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

Shades of Dark Khaki #BFB465

Tints of Dark Khaki #BFB465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 40.47%
G = 38.14%
B = 21.4%

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

#BFB465 (or 0xBFB465) is known color: Dark Khaki. HEX triplet: BF, B4 and 65. RGB value is (191,180,101). Sum of RGB (Red+Green+Blue) = 191+180+101=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB465 is #404B9A. Grayscale: #AEAEAE. Windows color (decimal): -4213659 or 6665407. OLE color: 6665407.

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

Color convert

RGB 191 180 101 -
CMYK 0 0.06 0.47 0.25
HSL 52.67º 0.41% 0.57% -
HSV(B) 52.67º 0.47% 0.75% -
XYZ 40.16 44.66 18.82 -
YUV 174.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 191 180 101 0 0.06 0.47 0.25 52.67 0.41 0.57
Hex BF B4 65 0 6 2F 19 35 29 39
Octal 277 264 145 0 6 57 31 65 51 71
Binary 10111111 10110100 1100101 0 110 101111 11001 110101 101001 111001

Color Harmonies of #BFB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB465

Black with #BFB465

Text Example


Text Example

White with #BFB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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