Html Css Color HEX #BFAC43 Brass

📋 copy color: '#BFAC43'

red 191 ◦ green 172 ◦ blue 67

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

Shades of Brass #BFAC43

Tints of Brass #BFAC43

RGB

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

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

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

R = 44.42%
G = 40%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFAC43 (or 0xBFAC43) is known color: Brass. HEX triplet: BF, AC and 43. RGB value is (191,172,67). Sum of RGB (Red+Green+Blue) = 191+172+67=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC43 is #4053BC. Grayscale: #A6A6A6. Windows color (decimal): -4215741 or 4435135. OLE color: 4435135.

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

Color convert

RGB 191 172 67 -
CMYK 0 0.10 0.65 0.25
HSL 50.81º 0.49% 0.51% -
HSV(B) 50.81º 0.65% 0.75% -
XYZ 37.25 40.99 11.26 -
YUV 165.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 191 172 67 0 0.10 0.65 0.25 50.81 0.49 0.51
Hex BF AC 43 0 A 41 19 33 31 33
Octal 277 254 103 0 12 101 31 63 61 63
Binary 10111111 10101100 1000011 0 1010 1000001 11001 110011 110001 110011

Color Harmonies of #BFAC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC43

Black with #BFAC43

Text Example


Text Example

White with #BFAC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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