Html Css Color HEX #BFA53E Brass

📋 copy color: '#BFA53E'

red 191 ◦ green 165 ◦ blue 62

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

Shades of Brass #BFA53E

Tints of Brass #BFA53E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 45.69%
G = 39.47%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFA53E (or 0xBFA53E) is known color: Brass. HEX triplet: BF, A5 and 3E. RGB value is (191,165,62). Sum of RGB (Red+Green+Blue) = 191+165+62=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA53E is #405AC1. Grayscale: #A1A1A1. Windows color (decimal): -4217538 or 4105663. OLE color: 4105663.

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

Color convert

RGB 191 165 62 -
CMYK 0 0.14 0.68 0.25
HSL 47.91º 0.51% 0.5% -
HSV(B) 47.91º 0.68% 0.75% -
XYZ 35.81 38.33 10.07 -
YUV 161.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 191 165 62 0 0.14 0.68 0.25 47.91 0.51 0.5
Hex BF A5 3E 0 E 44 19 30 33 32
Octal 277 245 76 0 16 104 31 60 63 62
Binary 10111111 10100101 111110 0 1110 1000100 11001 110000 110011 110010

Color Harmonies of #BFA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA53E

Black with #BFA53E

Text Example


Text Example

White with #BFA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA53E; }

 p { color: rgb(191,165,62); }

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

background-color css

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

 a { background-color: rgb(191,165,62); }

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

border-color css

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

 span { border-color: rgb(191,165,62); }

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