Html Css Color HEX #BFBF62 Dark Khaki

📋 copy color: '#BFBF62'

red 191 ◦ green 191 ◦ blue 98

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

Shades of Dark Khaki #BFBF62

Tints of Dark Khaki #BFBF62

RGB

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

 GREEN value IS 191 (75% from 255) = 39.79%

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

R = 39.79%
G = 39.79%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFBF62 (or 0xBFBF62) is known color: Dark Khaki. HEX triplet: BF, BF and 62. RGB value is (191,191,98). Sum of RGB (Red+Green+Blue) = 191+191+98=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF62 is #40409D. Grayscale: #B4B4B4. Windows color (decimal): -4210846 or 6471615. OLE color: 6471615.

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

Color convert

RGB 191 191 98 -
CMYK 0 0 0.49 0.25
HSL 60º 0.42% 0.57% -
HSV(B) 60º 0.49% 0.75% -
XYZ 42.32 49.22 18.83 -
YUV 180.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 191 191 98 0 0 0.49 0.25 60 0.42 0.57
Hex BF BF 62 0 0 31 19 3C 2A 39
Octal 277 277 142 0 0 61 31 74 52 71
Binary 10111111 10111111 1100010 0 0 110001 11001 111100 101010 111001

Color Harmonies of #BFBF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF62

Black with #BFBF62

Text Example


Text Example

White with #BFBF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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