Html Css Color HEX #BFAC3C Brass

📋 copy color: '#BFAC3C'

red 191 ◦ green 172 ◦ blue 60

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

Shades of Brass #BFAC3C

Tints of Brass #BFAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 60 (23.83% from 255) = 14.18%

R = 45.15%
G = 40.66%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BFAC3C (or 0xBFAC3C) is known color: Brass. HEX triplet: BF, AC and 3C. RGB value is (191,172,60). Sum of RGB (Red+Green+Blue) = 191+172+60=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC3C is #4053C3. Grayscale: #A5A5A5. Windows color (decimal): -4215748 or 3976383. OLE color: 3976383.

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

Color convert

RGB 191 172 60 -
CMYK 0 0.10 0.69 0.25
HSL 51.3º 0.52% 0.49% -
HSV(B) 51.3º 0.69% 0.75% -
XYZ 37.05 40.91 10.22 -
YUV 164.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 191 172 60 0 0.10 0.69 0.25 51.3 0.52 0.49
Hex BF AC 3C 0 A 45 19 33 34 31
Octal 277 254 74 0 12 105 31 63 64 61
Binary 10111111 10101100 111100 0 1010 1000101 11001 110011 110100 110001

Color Harmonies of #BFAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC3C

Black with #BFAC3C

Text Example


Text Example

White with #BFAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC3C; }

 p { color: rgb(191,172,60); }

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

background-color css

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

 a { background-color: rgb(191,172,60); }

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

border-color css

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

 span { border-color: rgb(191,172,60); }

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