Html Css Color HEX #BFA533 Brass

📋 copy color: '#BFA533'

red 191 ◦ green 165 ◦ blue 51

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

Shades of Brass #BFA533

Tints of Brass #BFA533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 51 (20.31% from 255) = 12.53%

R = 46.93%
G = 40.54%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFA533 (or 0xBFA533) is known color: Brass. HEX triplet: BF, A5 and 33. RGB value is (191,165,51). Sum of RGB (Red+Green+Blue) = 191+165+51=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA533 is #405ACC. Grayscale: #A0A0A0. Windows color (decimal): -4217549 or 3384767. OLE color: 3384767.

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

Color convert

RGB 191 165 51 -
CMYK 0 0.14 0.73 0.25
HSL 48.86º 0.58% 0.47% -
HSV(B) 48.86º 0.73% 0.75% -
XYZ 35.54 38.23 8.64 -
YUV 159.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 191 165 51 0 0.14 0.73 0.25 48.86 0.58 0.47
Hex BF A5 33 0 E 49 19 31 3A 2F
Octal 277 245 63 0 16 111 31 61 72 57
Binary 10111111 10100101 110011 0 1110 1001001 11001 110001 111010 101111

Color Harmonies of #BFA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA533

Black with #BFA533

Text Example


Text Example

White with #BFA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA533; }

 p { color: rgb(191,165,51); }

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

background-color css

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

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

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

border-color css

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

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

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