Html Css Color HEX #BFA535 Brass

📋 copy color: '#BFA535'

red 191 ◦ green 165 ◦ blue 53

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

Shades of Brass #BFA535

Tints of Brass #BFA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.96%

R = 46.7%
G = 40.34%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFA535 (or 0xBFA535) is known color: Brass. HEX triplet: BF, A5 and 35. RGB value is (191,165,53). Sum of RGB (Red+Green+Blue) = 191+165+53=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA535 is #405ACA. Grayscale: #A0A0A0. Windows color (decimal): -4217547 or 3515839. OLE color: 3515839.

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

Color convert

RGB 191 165 53 -
CMYK 0 0.14 0.72 0.25
HSL 48.7º 0.57% 0.48% -
HSV(B) 48.7º 0.72% 0.75% -
XYZ 35.58 38.24 8.87 -
YUV 160.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 191 165 53 0 0.14 0.72 0.25 48.7 0.57 0.48
Hex BF A5 35 0 E 48 19 31 39 30
Octal 277 245 65 0 16 110 31 61 71 60
Binary 10111111 10100101 110101 0 1110 1001000 11001 110001 111001 110000

Color Harmonies of #BFA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA535

Black with #BFA535

Text Example


Text Example

White with #BFA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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