Html Css Color HEX #BFAB3A Brass

📋 copy color: '#BFAB3A'

red 191 ◦ green 171 ◦ blue 58

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

Shades of Brass #BFAB3A

Tints of Brass #BFAB3A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 45.48%
G = 40.71%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFAB3A (or 0xBFAB3A) is known color: Brass. HEX triplet: BF, AB and 3A. RGB value is (191,171,58). Sum of RGB (Red+Green+Blue) = 191+171+58=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB3A is #4054C5. Grayscale: #A4A4A4. Windows color (decimal): -4216006 or 3845055. OLE color: 3845055.

HSL color Cylindrical-coordinate representation of color #BFAB3A: hue angle of 50.98º degrees, saturation: 0.53, 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 #BFAB3A is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 58 -
CMYK 0 0.10 0.70 0.25
HSL 50.98º 0.53% 0.49% -
HSV(B) 50.98º 0.7% 0.75% -
XYZ 36.81 40.51 9.88 -
YUV 164.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 191 171 58 0 0.10 0.70 0.25 50.98 0.53 0.49
Hex BF AB 3A 0 A 46 19 33 35 31
Octal 277 253 72 0 12 106 31 63 65 61
Binary 10111111 10101011 111010 0 1010 1000110 11001 110011 110101 110001

Color Harmonies of #BFAB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB3A

Black with #BFAB3A

Text Example


Text Example

White with #BFAB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB3A; }

 p { color: rgb(191,171,58); }

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

background-color css

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

 a { background-color: rgb(191,171,58); }

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

border-color css

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

 span { border-color: rgb(191,171,58); }

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