Html Css Color HEX #BFA434 Brass

📋 copy color: '#BFA434'

red 191 ◦ green 164 ◦ blue 52

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

Shades of Brass #BFA434

Tints of Brass #BFA434

RGB

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

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

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

R = 46.93%
G = 40.29%
B = 12.78%

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

#BFA434 (or 0xBFA434) is known color: Brass. HEX triplet: BF, A4 and 34. RGB value is (191,164,52). Sum of RGB (Red+Green+Blue) = 191+164+52=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA434 is #405BCB. Grayscale: #9F9F9F. Windows color (decimal): -4217804 or 3450047. OLE color: 3450047.

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

Color convert

RGB 191 164 52 -
CMYK 0 0.14 0.73 0.25
HSL 48.35º 0.57% 0.48% -
HSV(B) 48.35º 0.73% 0.75% -
XYZ 35.38 37.88 8.69 -
YUV 159.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 191 164 52 0 0.14 0.73 0.25 48.35 0.57 0.48
Hex BF A4 34 0 E 49 19 30 39 30
Octal 277 244 64 0 16 111 31 60 71 60
Binary 10111111 10100100 110100 0 1110 1001001 11001 110000 111001 110000

Color Harmonies of #BFA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA434

Black with #BFA434

Text Example


Text Example

White with #BFA434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA434; }

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

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

background-color css

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

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

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

border-color css

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

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

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