Html Css Color HEX #BFA335 Brass

📋 copy color: '#BFA335'

red 191 ◦ green 163 ◦ blue 53

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

Shades of Brass #BFA335

Tints of Brass #BFA335

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 46.93%
G = 40.05%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFA335 (or 0xBFA335) is known color: Brass. HEX triplet: BF, A3 and 35. RGB value is (191,163,53). Sum of RGB (Red+Green+Blue) = 191+163+53=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA335 is #405CCA. Grayscale: #9F9F9F. Windows color (decimal): -4218059 or 3515327. OLE color: 3515327.

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

Color convert

RGB 191 163 53 -
CMYK 0 0.15 0.72 0.25
HSL 47.83º 0.57% 0.48% -
HSV(B) 47.83º 0.72% 0.75% -
XYZ 35.23 37.53 8.76 -
YUV 158.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 191 163 53 0 0.15 0.72 0.25 47.83 0.57 0.48
Hex BF A3 35 0 F 48 19 30 39 30
Octal 277 243 65 0 17 110 31 60 71 60
Binary 10111111 10100011 110101 0 1111 1001000 11001 110000 111001 110000

Color Harmonies of #BFA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA335

Black with #BFA335

Text Example


Text Example

White with #BFA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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