Html Css Color HEX #BFB543 Brass

📋 copy color: '#BFB543'

red 191 ◦ green 181 ◦ blue 67

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

Shades of Brass #BFB543

Tints of Brass #BFB543

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 43.51%
G = 41.23%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB543 (or 0xBFB543) is known color: Brass. HEX triplet: BF, B5 and 43. RGB value is (191,181,67). Sum of RGB (Red+Green+Blue) = 191+181+67=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB543 is #404ABC. Grayscale: #ABABAB. Windows color (decimal): -4213437 or 4437439. OLE color: 4437439.

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

Color convert

RGB 191 181 67 -
CMYK 0 0.05 0.65 0.25
HSL 55.16º 0.49% 0.51% -
HSV(B) 55.16º 0.65% 0.75% -
XYZ 39.02 44.53 11.85 -
YUV 170.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 191 181 67 0 0.05 0.65 0.25 55.16 0.49 0.51
Hex BF B5 43 0 5 41 19 37 31 33
Octal 277 265 103 0 5 101 31 67 61 63
Binary 10111111 10110101 1000011 0 101 1000001 11001 110111 110001 110011

Color Harmonies of #BFB543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB543

Black with #BFB543

Text Example


Text Example

White with #BFB543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB543; }

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

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

background-color css

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

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

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

border-color css

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

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

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