Html Css Color HEX #BFB343 Brass

📋 copy color: '#BFB343'

red 191 ◦ green 179 ◦ blue 67

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

Shades of Brass #BFB343

Tints of Brass #BFB343

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

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

R = 43.71%
G = 40.96%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB343 (or 0xBFB343) is known color: Brass. HEX triplet: BF, B3 and 43. RGB value is (191,179,67). Sum of RGB (Red+Green+Blue) = 191+179+67=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB343 is #404CBC. Grayscale: #AAAAAA. Windows color (decimal): -4213949 or 4436927. OLE color: 4436927.

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

Color convert

RGB 191 179 67 -
CMYK 0 0.06 0.65 0.25
HSL 54.19º 0.49% 0.51% -
HSV(B) 54.19º 0.65% 0.75% -
XYZ 38.62 43.72 11.71 -
YUV 169.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 191 179 67 0 0.06 0.65 0.25 54.19 0.49 0.51
Hex BF B3 43 0 6 41 19 36 31 33
Octal 277 263 103 0 6 101 31 66 61 63
Binary 10111111 10110011 1000011 0 110 1000001 11001 110110 110001 110011

Color Harmonies of #BFB343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB343

Black with #BFB343

Text Example


Text Example

White with #BFB343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB343; }

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

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

background-color css

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

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

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

border-color css

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

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

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