Html Css Color HEX #BFA933 Brass

📋 copy color: '#BFA933'

red 191 ◦ green 169 ◦ blue 51

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

Shades of Brass #BFA933

Tints of Brass #BFA933

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

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

R = 46.47%
G = 41.12%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFA933 (or 0xBFA933) is known color: Brass. HEX triplet: BF, A9 and 33. RGB value is (191,169,51). Sum of RGB (Red+Green+Blue) = 191+169+51=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA933 is #4056CC. Grayscale: #A2A2A2. Windows color (decimal): -4216525 or 3385791. OLE color: 3385791.

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

Color convert

RGB 191 169 51 -
CMYK 0 0.12 0.73 0.25
HSL 50.57º 0.58% 0.47% -
HSV(B) 50.57º 0.73% 0.75% -
XYZ 36.27 39.69 8.88 -
YUV 162.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 191 169 51 0 0.12 0.73 0.25 50.57 0.58 0.47
Hex BF A9 33 0 C 49 19 33 3A 2F
Octal 277 251 63 0 14 111 31 63 72 57
Binary 10111111 10101001 110011 0 1100 1001001 11001 110011 111010 101111

Color Harmonies of #BFA933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA933

Black with #BFA933

Text Example


Text Example

White with #BFA933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA933; }

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

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

background-color css

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

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

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

border-color css

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

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

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