Html Css Color HEX #B2A551 Brass

📋 copy color: '#B2A551'

red 178 ◦ green 165 ◦ blue 81

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

Shades of Brass #B2A551

Tints of Brass #B2A551

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.92%

 BLUE value IS 81 (32.03% from 255) = 19.1%

R = 41.98%
G = 38.92%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B2A551 (or 0xB2A551) is known color: Brass. HEX triplet: B2, A5 and 51. RGB value is (178,165,81). Sum of RGB (Red+Green+Blue) = 178+165+81=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A551 is #4D5AAE. Grayscale: #9F9F9F. Windows color (decimal): -5069487 or 5350834. OLE color: 5350834.

HSL color Cylindrical-coordinate representation of color #B2A551: hue angle of 51.96º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2A551 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 81 -
CMYK 0 0.07 0.54 0.30
HSL 51.96º 0.39% 0.51% -
HSV(B) 51.96º 0.54% 0.7% -
XYZ 33.3 36.97 13.17 -
YUV 159.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 178 165 81 0 0.07 0.54 0.30 51.96 0.39 0.51
Hex B2 A5 51 0 7 36 1E 34 27 33
Octal 262 245 121 0 7 66 36 64 47 63
Binary 10110010 10100101 1010001 0 111 110110 11110 110100 100111 110011

Color Harmonies of #B2A551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A551

Black with #B2A551

Text Example


Text Example

White with #B2A551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A551; }

 p { color: rgb(178,165,81); }

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

background-color css

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

 a { background-color: rgb(178,165,81); }

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

border-color css

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

 span { border-color: rgb(178,165,81); }

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