Html Css Color HEX #BFB765 Dark Khaki

📋 copy color: '#BFB765'

red 191 ◦ green 183 ◦ blue 101

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

Shades of Dark Khaki #BFB765

Tints of Dark Khaki #BFB765

RGB

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

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

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

R = 40.21%
G = 38.53%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFB765 (or 0xBFB765) is known color: Dark Khaki. HEX triplet: BF, B7 and 65. RGB value is (191,183,101). Sum of RGB (Red+Green+Blue) = 191+183+101=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB765 is #40489A. Grayscale: #B0B0B0. Windows color (decimal): -4212891 or 6666175. OLE color: 6666175.

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

Color convert

RGB 191 183 101 -
CMYK 0 0.04 0.47 0.25
HSL 54.67º 0.41% 0.57% -
HSV(B) 54.67º 0.47% 0.75% -
XYZ 40.77 45.88 19.02 -
YUV 176.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 191 183 101 0 0.04 0.47 0.25 54.67 0.41 0.57
Hex BF B7 65 0 4 2F 19 37 29 39
Octal 277 267 145 0 4 57 31 67 51 71
Binary 10111111 10110111 1100101 0 100 101111 11001 110111 101001 111001

Color Harmonies of #BFB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB765

Black with #BFB765

Text Example


Text Example

White with #BFB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB765; }

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

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

background-color css

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

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

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

border-color css

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

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

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