Html Css Color HEX #BFA840 Brass

📋 copy color: '#BFA840'

red 191 ◦ green 168 ◦ blue 64

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

Shades of Brass #BFA840

Tints of Brass #BFA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 45.15%
G = 39.72%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFA840 (or 0xBFA840) is known color: Brass. HEX triplet: BF, A8 and 40. RGB value is (191,168,64). Sum of RGB (Red+Green+Blue) = 191+168+64=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA840 is #4057BF. Grayscale: #A3A3A3. Windows color (decimal): -4216768 or 4237503. OLE color: 4237503.

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

Color convert

RGB 191 168 64 -
CMYK 0 0.12 0.66 0.25
HSL 49.13º 0.5% 0.5% -
HSV(B) 49.13º 0.66% 0.75% -
XYZ 36.41 39.45 10.55 -
YUV 163.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 191 168 64 0 0.12 0.66 0.25 49.13 0.5 0.5
Hex BF A8 40 0 C 42 19 31 32 32
Octal 277 250 100 0 14 102 31 61 62 62
Binary 10111111 10101000 1000000 0 1100 1000010 11001 110001 110010 110010

Color Harmonies of #BFA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA840

Black with #BFA840

Text Example


Text Example

White with #BFA840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA840; }

 p { color: rgb(191,168,64); }

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

background-color css

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

 a { background-color: rgb(191,168,64); }

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

border-color css

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

 span { border-color: rgb(191,168,64); }

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