Html Css Color HEX #BFAA37 Brass

📋 copy color: '#BFAA37'

red 191 ◦ green 170 ◦ blue 55

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

Shades of Brass #BFAA37

Tints of Brass #BFAA37

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

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

R = 45.91%
G = 40.87%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFAA37 (or 0xBFAA37) is known color: Brass. HEX triplet: BF, AA and 37. RGB value is (191,170,55). Sum of RGB (Red+Green+Blue) = 191+170+55=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA37 is #4055C8. Grayscale: #A3A3A3. Windows color (decimal): -4216265 or 3648191. OLE color: 3648191.

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

Color convert

RGB 191 170 55 -
CMYK 0 0.11 0.71 0.25
HSL 50.74º 0.55% 0.48% -
HSV(B) 50.74º 0.71% 0.75% -
XYZ 36.55 40.1 9.43 -
YUV 163.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 191 170 55 0 0.11 0.71 0.25 50.74 0.55 0.48
Hex BF AA 37 0 B 47 19 33 37 30
Octal 277 252 67 0 13 107 31 63 67 60
Binary 10111111 10101010 110111 0 1011 1000111 11001 110011 110111 110000

Color Harmonies of #BFAA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA37

Black with #BFAA37

Text Example


Text Example

White with #BFAA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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