Html Css Color HEX #B29F43 Brass

📋 copy color: '#B29F43'

red 178 ◦ green 159 ◦ blue 67

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

Shades of Brass #B29F43

Tints of Brass #B29F43

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

 GREEN value IS 159 (62.5% from 255) = 39.36%

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

R = 44.06%
G = 39.36%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B29F43 (or 0xB29F43) is known color: Brass. HEX triplet: B2, 9F and 43. RGB value is (178,159,67). Sum of RGB (Red+Green+Blue) = 178+159+67=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29F43 is #4D60BC. Grayscale: #9A9A9A. Windows color (decimal): -5071037 or 4431794. OLE color: 4431794.

HSL color Cylindrical-coordinate representation of color #B29F43: hue angle of 49.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B29F43 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 67 -
CMYK 0 0.11 0.62 0.30
HSL 49.73º 0.45% 0.48% -
HSV(B) 49.73º 0.62% 0.7% -
XYZ 31.77 34.67 10.33 -
YUV 154.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 178 159 67 0 0.11 0.62 0.30 49.73 0.45 0.48
Hex B2 9F 43 0 B 3E 1E 32 2D 30
Octal 262 237 103 0 13 76 36 62 55 60
Binary 10110010 10011111 1000011 0 1011 111110 11110 110010 101101 110000

Color Harmonies of #B29F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F43

Black with #B29F43

Text Example


Text Example

White with #B29F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F43; }

 p { color: rgb(178,159,67); }

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

background-color css

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

 a { background-color: rgb(178,159,67); }

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

border-color css

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

 span { border-color: rgb(178,159,67); }

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