Html Css Color HEX #BFA437 Brass

📋 copy color: '#BFA437'

red 191 ◦ green 164 ◦ blue 55

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

Shades of Brass #BFA437

Tints of Brass #BFA437

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

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

R = 46.59%
G = 40%
B = 13.41%

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

#BFA437 (or 0xBFA437) is known color: Brass. HEX triplet: BF, A4 and 37. RGB value is (191,164,55). Sum of RGB (Red+Green+Blue) = 191+164+55=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA437 is #405BC8. Grayscale: #A0A0A0. Windows color (decimal): -4217801 or 3646655. OLE color: 3646655.

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

Color convert

RGB 191 164 55 -
CMYK 0 0.14 0.71 0.25
HSL 48.09º 0.55% 0.48% -
HSV(B) 48.09º 0.71% 0.75% -
XYZ 35.45 37.9 9.06 -
YUV 159.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 191 164 55 0 0.14 0.71 0.25 48.09 0.55 0.48
Hex BF A4 37 0 E 47 19 30 37 30
Octal 277 244 67 0 16 107 31 60 67 60
Binary 10111111 10100100 110111 0 1110 1000111 11001 110000 110111 110000

Color Harmonies of #BFA437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA437

Black with #BFA437

Text Example


Text Example

White with #BFA437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA437; }

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

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

background-color css

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

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

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

border-color css

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

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

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