Html Css Color HEX #BFB567 Dark Khaki

📋 copy color: '#BFB567'

red 191 ◦ green 181 ◦ blue 103

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

Shades of Dark Khaki #BFB567

Tints of Dark Khaki #BFB567

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 103 (40.63% from 255) = 21.68%

R = 40.21%
G = 38.11%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFB567 (or 0xBFB567) is known color: Dark Khaki. HEX triplet: BF, B5 and 67. RGB value is (191,181,103). Sum of RGB (Red+Green+Blue) = 191+181+103=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB567 is #404A98. Grayscale: #AFAFAF. Windows color (decimal): -4213401 or 6796735. OLE color: 6796735.

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

Color convert

RGB 191 181 103 -
CMYK 0 0.05 0.46 0.25
HSL 53.18º 0.41% 0.58% -
HSV(B) 53.18º 0.46% 0.75% -
XYZ 40.46 45.1 19.41 -
YUV 175.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 191 181 103 0 0.05 0.46 0.25 53.18 0.41 0.58
Hex BF B5 67 0 5 2E 19 35 29 3A
Octal 277 265 147 0 5 56 31 65 51 72
Binary 10111111 10110101 1100111 0 101 101110 11001 110101 101001 111010

Color Harmonies of #BFB567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB567

Black with #BFB567

Text Example


Text Example

White with #BFB567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB567; }

 p { color: rgb(191,181,103); }

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

background-color css

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

 a { background-color: rgb(191,181,103); }

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

border-color css

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

 span { border-color: rgb(191,181,103); }

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