Html Css Color HEX #BFB641 Old Gold

📋 copy color: '#BFB641'

red 191 ◦ green 182 ◦ blue 65

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

Shades of Old Gold #BFB641

Tints of Old Gold #BFB641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 43.61%
G = 41.55%
B = 14.84%

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

#BFB641 (or 0xBFB641) is known color: Old Gold. HEX triplet: BF, B6 and 41. RGB value is (191,182,65). Sum of RGB (Red+Green+Blue) = 191+182+65=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB641 is #4049BE. Grayscale: #ABABAB. Windows color (decimal): -4213183 or 4306623. OLE color: 4306623.

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

Color convert

RGB 191 182 65 -
CMYK 0 0.05 0.66 0.25
HSL 55.71º 0.5% 0.5% -
HSV(B) 55.71º 0.66% 0.75% -
XYZ 39.17 44.91 11.61 -
YUV 171.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 191 182 65 0 0.05 0.66 0.25 55.71 0.5 0.5
Hex BF B6 41 0 5 42 19 38 32 32
Octal 277 266 101 0 5 102 31 70 62 62
Binary 10111111 10110110 1000001 0 101 1000010 11001 111000 110010 110010

Color Harmonies of #BFB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB641

Black with #BFB641

Text Example


Text Example

White with #BFB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB641; }

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

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

background-color css

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

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

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

border-color css

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

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

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