Html Css Color HEX #BFA342 Brass

📋 copy color: '#BFA342'

red 191 ◦ green 163 ◦ blue 66

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

Shades of Brass #BFA342

Tints of Brass #BFA342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.71%

R = 45.48%
G = 38.81%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFA342 (or 0xBFA342) is known color: Brass. HEX triplet: BF, A3 and 42. RGB value is (191,163,66). Sum of RGB (Red+Green+Blue) = 191+163+66=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA342 is #405CBD. Grayscale: #A0A0A0. Windows color (decimal): -4218046 or 4367295. OLE color: 4367295.

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

Color convert

RGB 191 163 66 -
CMYK 0 0.15 0.65 0.25
HSL 46.56º 0.49% 0.5% -
HSV(B) 46.56º 0.65% 0.75% -
XYZ 35.57 37.66 10.55 -
YUV 160.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 191 163 66 0 0.15 0.65 0.25 46.56 0.49 0.5
Hex BF A3 42 0 F 41 19 2F 31 32
Octal 277 243 102 0 17 101 31 57 61 62
Binary 10111111 10100011 1000010 0 1111 1000001 11001 101111 110001 110010

Color Harmonies of #BFA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA342

Black with #BFA342

Text Example


Text Example

White with #BFA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA342; }

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

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

background-color css

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

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

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

border-color css

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

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

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