Html Css Color HEX #BFAA3E Brass

📋 copy color: '#BFAA3E'

red 191 ◦ green 170 ◦ blue 62

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

Shades of Brass #BFAA3E

Tints of Brass #BFAA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.66%

R = 45.15%
G = 40.19%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFAA3E (or 0xBFAA3E) is known color: Brass. HEX triplet: BF, AA and 3E. RGB value is (191,170,62). Sum of RGB (Red+Green+Blue) = 191+170+62=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA3E is #4055C1. Grayscale: #A4A4A4. Windows color (decimal): -4216258 or 4106943. OLE color: 4106943.

HSL color Cylindrical-coordinate representation of color #BFAA3E: hue angle of 50.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFAA3E is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 170 62 -
CMYK 0 0.11 0.68 0.25
HSL 50.23º 0.51% 0.5% -
HSV(B) 50.23º 0.68% 0.75% -
XYZ 36.73 40.17 10.38 -
YUV 163.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 191 170 62 0 0.11 0.68 0.25 50.23 0.51 0.5
Hex BF AA 3E 0 B 44 19 32 33 32
Octal 277 252 76 0 13 104 31 62 63 62
Binary 10111111 10101010 111110 0 1011 1000100 11001 110010 110011 110010

Color Harmonies of #BFAA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA3E

Black with #BFAA3E

Text Example


Text Example

White with #BFAA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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