Html Css Color HEX #BFA442 Brass

📋 copy color: '#BFA442'

red 191 ◦ green 164 ◦ blue 66

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

Shades of Brass #BFA442

Tints of Brass #BFA442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.95%

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

R = 45.37%
G = 38.95%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFA442 (or 0xBFA442) is known color: Brass. HEX triplet: BF, A4 and 42. RGB value is (191,164,66). Sum of RGB (Red+Green+Blue) = 191+164+66=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA442 is #405BBD. Grayscale: #A1A1A1. Windows color (decimal): -4217790 or 4367551. OLE color: 4367551.

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

Color convert

RGB 191 164 66 -
CMYK 0 0.14 0.65 0.25
HSL 47.04º 0.49% 0.5% -
HSV(B) 47.04º 0.65% 0.75% -
XYZ 35.74 38.02 10.61 -
YUV 160.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 191 164 66 0 0.14 0.65 0.25 47.04 0.49 0.5
Hex BF A4 42 0 E 41 19 2F 31 32
Octal 277 244 102 0 16 101 31 57 61 62
Binary 10111111 10100100 1000010 0 1110 1000001 11001 101111 110001 110010

Color Harmonies of #BFA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA442

Black with #BFA442

Text Example


Text Example

White with #BFA442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA442; }

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

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

background-color css

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

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

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

border-color css

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

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

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