Html Css Color HEX #BFA433 Brass

📋 copy color: '#BFA433'

red 191 ◦ green 164 ◦ blue 51

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

Shades of Brass #BFA433

Tints of Brass #BFA433

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 47.04%
G = 40.39%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFA433 (or 0xBFA433) is known color: Brass. HEX triplet: BF, A4 and 33. RGB value is (191,164,51). Sum of RGB (Red+Green+Blue) = 191+164+51=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA433 is #405BCC. Grayscale: #9F9F9F. Windows color (decimal): -4217805 or 3384511. OLE color: 3384511.

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

Color convert

RGB 191 164 51 -
CMYK 0 0.14 0.73 0.25
HSL 48.43º 0.58% 0.47% -
HSV(B) 48.43º 0.73% 0.75% -
XYZ 35.36 37.87 8.58 -
YUV 159.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 191 164 51 0 0.14 0.73 0.25 48.43 0.58 0.47
Hex BF A4 33 0 E 49 19 30 3A 2F
Octal 277 244 63 0 16 111 31 60 72 57
Binary 10111111 10100100 110011 0 1110 1001001 11001 110000 111010 101111

Color Harmonies of #BFA433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA433

Black with #BFA433

Text Example


Text Example

White with #BFA433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA433; }

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

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

background-color css

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

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

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

border-color css

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

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

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