Html Css Color HEX #BFA537 Brass

📋 copy color: '#BFA537'

red 191 ◦ green 165 ◦ blue 55

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

Shades of Brass #BFA537

Tints of Brass #BFA537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.38%

R = 46.47%
G = 40.15%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFA537 (or 0xBFA537) is known color: Brass. HEX triplet: BF, A5 and 37. RGB value is (191,165,55). Sum of RGB (Red+Green+Blue) = 191+165+55=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA537 is #405AC8. Grayscale: #A0A0A0. Windows color (decimal): -4217545 or 3646911. OLE color: 3646911.

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

Color convert

RGB 191 165 55 -
CMYK 0 0.14 0.71 0.25
HSL 48.53º 0.55% 0.48% -
HSV(B) 48.53º 0.71% 0.75% -
XYZ 35.63 38.26 9.12 -
YUV 160.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 191 165 55 0 0.14 0.71 0.25 48.53 0.55 0.48
Hex BF A5 37 0 E 47 19 31 37 30
Octal 277 245 67 0 16 107 31 61 67 60
Binary 10111111 10100101 110111 0 1110 1000111 11001 110001 110111 110000

Color Harmonies of #BFA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA537

Black with #BFA537

Text Example


Text Example

White with #BFA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA537; }

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

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

background-color css

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

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

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

border-color css

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

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

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