Html Css Color HEX #BFA334 Brass

📋 copy color: '#BFA334'

red 191 ◦ green 163 ◦ blue 52

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

Shades of Brass #BFA334

Tints of Brass #BFA334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.15%

 BLUE value IS 52 (20.7% from 255) = 12.81%

R = 47.04%
G = 40.15%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFA334 (or 0xBFA334) is known color: Brass. HEX triplet: BF, A3 and 34. RGB value is (191,163,52). Sum of RGB (Red+Green+Blue) = 191+163+52=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA334 is #405CCB. Grayscale: #9F9F9F. Windows color (decimal): -4218060 or 3449791. OLE color: 3449791.

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

Color convert

RGB 191 163 52 -
CMYK 0 0.15 0.73 0.25
HSL 47.91º 0.57% 0.48% -
HSV(B) 47.91º 0.73% 0.75% -
XYZ 35.2 37.52 8.64 -
YUV 158.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 191 163 52 0 0.15 0.73 0.25 47.91 0.57 0.48
Hex BF A3 34 0 F 49 19 30 39 30
Octal 277 243 64 0 17 111 31 60 71 60
Binary 10111111 10100011 110100 0 1111 1001001 11001 110000 111001 110000

Color Harmonies of #BFA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA334

Black with #BFA334

Text Example


Text Example

White with #BFA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA334; }

 p { color: rgb(191,163,52); }

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

background-color css

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

 a { background-color: rgb(191,163,52); }

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

border-color css

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

 span { border-color: rgb(191,163,52); }

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