Html Css Color HEX #BFB640 Old Gold

📋 copy color: '#BFB640'

red 191 ◦ green 182 ◦ blue 64

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

Shades of Old Gold #BFB640

Tints of Old Gold #BFB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

 BLUE value IS 64 (25.39% from 255) = 14.65%

R = 43.71%
G = 41.65%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFB640 (or 0xBFB640) is known color: Old Gold. HEX triplet: BF, B6 and 40. RGB value is (191,182,64). Sum of RGB (Red+Green+Blue) = 191+182+64=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB640 is #4049BF. Grayscale: #ABABAB. Windows color (decimal): -4213184 or 4241087. OLE color: 4241087.

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

Color convert

RGB 191 182 64 -
CMYK 0 0.05 0.66 0.25
HSL 55.75º 0.5% 0.5% -
HSV(B) 55.75º 0.66% 0.75% -
XYZ 39.14 44.9 11.45 -
YUV 171.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 191 182 64 0 0.05 0.66 0.25 55.75 0.5 0.5
Hex BF B6 40 0 5 42 19 38 32 32
Octal 277 266 100 0 5 102 31 70 62 62
Binary 10111111 10110110 1000000 0 101 1000010 11001 111000 110010 110010

Color Harmonies of #BFB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB640

Black with #BFB640

Text Example


Text Example

White with #BFB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB640; }

 p { color: rgb(191,182,64); }

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

background-color css

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

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

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

border-color css

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

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

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