Html Css Color HEX #BFA93B Brass

📋 copy color: '#BFA93B'

red 191 ◦ green 169 ◦ blue 59

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

Shades of Brass #BFA93B

Tints of Brass #BFA93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.08%

R = 45.58%
G = 40.33%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BFA93B (or 0xBFA93B) is known color: Brass. HEX triplet: BF, A9 and 3B. RGB value is (191,169,59). Sum of RGB (Red+Green+Blue) = 191+169+59=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA93B is #4056C4. Grayscale: #A3A3A3. Windows color (decimal): -4216517 or 3910079. OLE color: 3910079.

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

Color convert

RGB 191 169 59 -
CMYK 0 0.12 0.69 0.25
HSL 50º 0.53% 0.49% -
HSV(B) 50º 0.69% 0.75% -
XYZ 36.46 39.77 9.89 -
YUV 163.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 191 169 59 0 0.12 0.69 0.25 50 0.53 0.49
Hex BF A9 3B 0 C 45 19 32 35 31
Octal 277 251 73 0 14 105 31 62 65 61
Binary 10111111 10101001 111011 0 1100 1000101 11001 110010 110101 110001

Color Harmonies of #BFA93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA93B

Black with #BFA93B

Text Example


Text Example

White with #BFA93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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