Html Css Color HEX #BFAA36 Brass

📋 copy color: '#BFAA36'

red 191 ◦ green 170 ◦ blue 54

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

Shades of Brass #BFAA36

Tints of Brass #BFAA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.01%

R = 46.02%
G = 40.96%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFAA36 (or 0xBFAA36) is known color: Brass. HEX triplet: BF, AA and 36. RGB value is (191,170,54). Sum of RGB (Red+Green+Blue) = 191+170+54=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA36 is #4055C9. Grayscale: #A3A3A3. Windows color (decimal): -4216266 or 3582655. OLE color: 3582655.

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

Color convert

RGB 191 170 54 -
CMYK 0 0.11 0.72 0.25
HSL 50.8º 0.56% 0.48% -
HSV(B) 50.8º 0.72% 0.75% -
XYZ 36.53 40.09 9.3 -
YUV 163.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 191 170 54 0 0.11 0.72 0.25 50.8 0.56 0.48
Hex BF AA 36 0 B 48 19 33 38 30
Octal 277 252 66 0 13 110 31 63 70 60
Binary 10111111 10101010 110110 0 1011 1001000 11001 110011 111000 110000

Color Harmonies of #BFAA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA36

Black with #BFAA36

Text Example


Text Example

White with #BFAA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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