Html Css Color HEX #BFA643 Brass

📋 copy color: '#BFA643'

red 191 ◦ green 166 ◦ blue 67

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

Shades of Brass #BFA643

Tints of Brass #BFA643

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

 BLUE value IS 67 (26.56% from 255) = 15.8%

R = 45.05%
G = 39.15%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFA643 (or 0xBFA643) is known color: Brass. HEX triplet: BF, A6 and 43. RGB value is (191,166,67). Sum of RGB (Red+Green+Blue) = 191+166+67=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA643 is #4059BC. Grayscale: #A2A2A2. Windows color (decimal): -4217277 or 4433599. OLE color: 4433599.

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

Color convert

RGB 191 166 67 -
CMYK 0 0.13 0.65 0.25
HSL 47.9º 0.49% 0.51% -
HSV(B) 47.9º 0.65% 0.75% -
XYZ 36.14 38.75 10.89 -
YUV 162.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 191 166 67 0 0.13 0.65 0.25 47.9 0.49 0.51
Hex BF A6 43 0 D 41 19 30 31 33
Octal 277 246 103 0 15 101 31 60 61 63
Binary 10111111 10100110 1000011 0 1101 1000001 11001 110000 110001 110011

Color Harmonies of #BFA643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA643

Black with #BFA643

Text Example


Text Example

White with #BFA643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA643; }

 p { color: rgb(191,166,67); }

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

background-color css

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

 a { background-color: rgb(191,166,67); }

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

border-color css

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

 span { border-color: rgb(191,166,67); }

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