Html Css Color HEX #BFAA33 Brass

📋 copy color: '#BFAA33'

red 191 ◦ green 170 ◦ blue 51

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

Shades of Brass #BFAA33

Tints of Brass #BFAA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.38%

R = 46.36%
G = 41.26%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFAA33 (or 0xBFAA33) is known color: Brass. HEX triplet: BF, AA and 33. RGB value is (191,170,51). Sum of RGB (Red+Green+Blue) = 191+170+51=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA33 is #4055CC. Grayscale: #A3A3A3. Windows color (decimal): -4216269 or 3386047. OLE color: 3386047.

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

Color convert

RGB 191 170 51 -
CMYK 0 0.11 0.73 0.25
HSL 51º 0.58% 0.47% -
HSV(B) 51º 0.73% 0.75% -
XYZ 36.46 40.06 8.94 -
YUV 162.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 191 170 51 0 0.11 0.73 0.25 51 0.58 0.47
Hex BF AA 33 0 B 49 19 33 3A 2F
Octal 277 252 63 0 13 111 31 63 72 57
Binary 10111111 10101010 110011 0 1011 1001001 11001 110011 111010 101111

Color Harmonies of #BFAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA33

Black with #BFAA33

Text Example


Text Example

White with #BFAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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