Html Css Color HEX #BFB762 Dark Khaki

📋 copy color: '#BFB762'

red 191 ◦ green 183 ◦ blue 98

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

Shades of Dark Khaki #BFB762

Tints of Dark Khaki #BFB762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.76%

R = 40.47%
G = 38.77%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFB762 (or 0xBFB762) is known color: Dark Khaki. HEX triplet: BF, B7 and 62. RGB value is (191,183,98). Sum of RGB (Red+Green+Blue) = 191+183+98=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB762 is #40489D. Grayscale: #B0B0B0. Windows color (decimal): -4212894 or 6469567. OLE color: 6469567.

HSL color Cylindrical-coordinate representation of color #BFB762: hue angle of 54.84º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFB762 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 98 -
CMYK 0 0.04 0.49 0.25
HSL 54.84º 0.42% 0.57% -
HSV(B) 54.84º 0.49% 0.75% -
XYZ 40.62 45.83 18.26 -
YUV 175.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 191 183 98 0 0.04 0.49 0.25 54.84 0.42 0.57
Hex BF B7 62 0 4 31 19 37 2A 39
Octal 277 267 142 0 4 61 31 67 52 71
Binary 10111111 10110111 1100010 0 100 110001 11001 110111 101010 111001

Color Harmonies of #BFB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB762

Black with #BFB762

Text Example


Text Example

White with #BFB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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