Html Css Color HEX #B29F3E Brass

📋 copy color: '#B29F3E'

red 178 ◦ green 159 ◦ blue 62

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

Shades of Brass #B29F3E

Tints of Brass #B29F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 44.61%
G = 39.85%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B29F3E (or 0xB29F3E) is known color: Brass. HEX triplet: B2, 9F and 3E. RGB value is (178,159,62). Sum of RGB (Red+Green+Blue) = 178+159+62=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29F3E is #4D60C1. Grayscale: #9A9A9A. Windows color (decimal): -5071042 or 4104114. OLE color: 4104114.

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

Color convert

RGB 178 159 62 -
CMYK 0 0.11 0.65 0.30
HSL 50.17º 0.48% 0.47% -
HSV(B) 50.17º 0.65% 0.7% -
XYZ 31.63 34.61 9.57 -
YUV 153.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 178 159 62 0 0.11 0.65 0.30 50.17 0.48 0.47
Hex B2 9F 3E 0 B 41 1E 32 30 2F
Octal 262 237 76 0 13 101 36 62 60 57
Binary 10110010 10011111 111110 0 1011 1000001 11110 110010 110000 101111

Color Harmonies of #B29F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F3E

Black with #B29F3E

Text Example


Text Example

White with #B29F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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