Html Css Color HEX #BFA242 Brass

📋 copy color: '#BFA242'

red 191 ◦ green 162 ◦ blue 66

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

Shades of Brass #BFA242

Tints of Brass #BFA242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

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

R = 45.58%
G = 38.66%
B = 15.75%

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

#BFA242 (or 0xBFA242) is known color: Brass. HEX triplet: BF, A2 and 42. RGB value is (191,162,66). Sum of RGB (Red+Green+Blue) = 191+162+66=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA242 is #405DBD. Grayscale: #A0A0A0. Windows color (decimal): -4218302 or 4367039. OLE color: 4367039.

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

Color convert

RGB 191 162 66 -
CMYK 0 0.15 0.65 0.25
HSL 46.08º 0.49% 0.5% -
HSV(B) 46.08º 0.65% 0.75% -
XYZ 35.39 37.31 10.49 -
YUV 159.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 191 162 66 0 0.15 0.65 0.25 46.08 0.49 0.5
Hex BF A2 42 0 F 41 19 2E 31 32
Octal 277 242 102 0 17 101 31 56 61 62
Binary 10111111 10100010 1000010 0 1111 1000001 11001 101110 110001 110010

Color Harmonies of #BFA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA242

Black with #BFA242

Text Example


Text Example

White with #BFA242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA242; }

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

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

background-color css

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

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

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

border-color css

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

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

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