Html Css Color HEX #BFAC3D Brass

📋 copy color: '#BFAC3D'

red 191 ◦ green 172 ◦ blue 61

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

Shades of Brass #BFAC3D

Tints of Brass #BFAC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.39%

R = 45.05%
G = 40.57%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFAC3D (or 0xBFAC3D) is known color: Brass. HEX triplet: BF, AC and 3D. RGB value is (191,172,61). Sum of RGB (Red+Green+Blue) = 191+172+61=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC3D is #4053C2. Grayscale: #A5A5A5. Windows color (decimal): -4215747 or 4041919. OLE color: 4041919.

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

Color convert

RGB 191 172 61 -
CMYK 0 0.10 0.68 0.25
HSL 51.23º 0.52% 0.49% -
HSV(B) 51.23º 0.68% 0.75% -
XYZ 37.08 40.92 10.36 -
YUV 165.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 191 172 61 0 0.10 0.68 0.25 51.23 0.52 0.49
Hex BF AC 3D 0 A 44 19 33 34 31
Octal 277 254 75 0 12 104 31 63 64 61
Binary 10111111 10101100 111101 0 1010 1000100 11001 110011 110100 110001

Color Harmonies of #BFAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC3D

Black with #BFAC3D

Text Example


Text Example

White with #BFAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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