Html Css Color HEX #BFA943 Brass

📋 copy color: '#BFA943'

red 191 ◦ green 169 ◦ blue 67

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

Shades of Brass #BFA943

Tints of Brass #BFA943

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.58%

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

R = 44.73%
G = 39.58%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFA943 (or 0xBFA943) is known color: Brass. HEX triplet: BF, A9 and 43. RGB value is (191,169,67). Sum of RGB (Red+Green+Blue) = 191+169+67=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA943 is #4056BC. Grayscale: #A4A4A4. Windows color (decimal): -4216509 or 4434367. OLE color: 4434367.

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

Color convert

RGB 191 169 67 -
CMYK 0 0.12 0.65 0.25
HSL 49.35º 0.49% 0.51% -
HSV(B) 49.35º 0.65% 0.75% -
XYZ 36.69 39.86 11.07 -
YUV 163.95 73.29 147.29 -
System Red Green Blue C M Y K H S L
Decimal 191 169 67 0 0.12 0.65 0.25 49.35 0.49 0.51
Hex BF A9 43 0 C 41 19 31 31 33
Octal 277 251 103 0 14 101 31 61 61 63
Binary 10111111 10101001 1000011 0 1100 1000001 11001 110001 110001 110011

Color Harmonies of #BFA943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA943

Black with #BFA943

Text Example


Text Example

White with #BFA943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA943; }

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

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

background-color css

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

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

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

border-color css

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

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

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