Html Css Color HEX #BFA839 Brass

📋 copy color: '#BFA839'

red 191 ◦ green 168 ◦ blue 57

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

Shades of Brass #BFA839

Tints of Brass #BFA839

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 57 (22.66% from 255) = 13.7%

R = 45.91%
G = 40.38%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFA839 (or 0xBFA839) is known color: Brass. HEX triplet: BF, A8 and 39. RGB value is (191,168,57). Sum of RGB (Red+Green+Blue) = 191+168+57=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA839 is #4057C6. Grayscale: #A2A2A2. Windows color (decimal): -4216775 or 3778751. OLE color: 3778751.

HSL color Cylindrical-coordinate representation of color #BFA839: hue angle of 49.7º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFA839 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 57 -
CMYK 0 0.12 0.70 0.25
HSL 49.7º 0.54% 0.49% -
HSV(B) 49.7º 0.7% 0.75% -
XYZ 36.23 39.38 9.56 -
YUV 162.22 68.62 148.53 -
System Red Green Blue C M Y K H S L
Decimal 191 168 57 0 0.12 0.70 0.25 49.7 0.54 0.49
Hex BF A8 39 0 C 46 19 32 36 31
Octal 277 250 71 0 14 106 31 62 66 61
Binary 10111111 10101000 111001 0 1100 1000110 11001 110010 110110 110001

Color Harmonies of #BFA839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA839

Black with #BFA839

Text Example


Text Example

White with #BFA839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA839; }

 p { color: rgb(191,168,57); }

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

background-color css

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

 a { background-color: rgb(191,168,57); }

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

border-color css

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

 span { border-color: rgb(191,168,57); }

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