Html Css Color HEX #BFA33E Brass

📋 copy color: '#BFA33E'

red 191 ◦ green 163 ◦ blue 62

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

Shades of Brass #BFA33E

Tints of Brass #BFA33E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

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

R = 45.91%
G = 39.18%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFA33E (or 0xBFA33E) is known color: Brass. HEX triplet: BF, A3 and 3E. RGB value is (191,163,62). Sum of RGB (Red+Green+Blue) = 191+163+62=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA33E is #405CC1. Grayscale: #A0A0A0. Windows color (decimal): -4218050 or 4105151. OLE color: 4105151.

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

Color convert

RGB 191 163 62 -
CMYK 0 0.15 0.68 0.25
HSL 46.98º 0.51% 0.5% -
HSV(B) 46.98º 0.68% 0.75% -
XYZ 35.45 37.62 9.95 -
YUV 159.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 191 163 62 0 0.15 0.68 0.25 46.98 0.51 0.5
Hex BF A3 3E 0 F 44 19 2F 33 32
Octal 277 243 76 0 17 104 31 57 63 62
Binary 10111111 10100011 111110 0 1111 1000100 11001 101111 110011 110010

Color Harmonies of #BFA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA33E

Black with #BFA33E

Text Example


Text Example

White with #BFA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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