Html Css Color HEX #B2A751 Brass

📋 copy color: '#B2A751'

red 178 ◦ green 167 ◦ blue 81

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

Shades of Brass #B2A751

Tints of Brass #B2A751

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

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

R = 41.78%
G = 39.2%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B2A751 (or 0xB2A751) is known color: Brass. HEX triplet: B2, A7 and 51. RGB value is (178,167,81). Sum of RGB (Red+Green+Blue) = 178+167+81=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A751 is #4D58AE. Grayscale: #A0A0A0. Windows color (decimal): -5068975 or 5351346. OLE color: 5351346.

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

Color convert

RGB 178 167 81 -
CMYK 0 0.06 0.54 0.30
HSL 53.2º 0.39% 0.51% -
HSV(B) 53.2º 0.54% 0.7% -
XYZ 33.66 37.7 13.29 -
YUV 160.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 178 167 81 0 0.06 0.54 0.30 53.2 0.39 0.51
Hex B2 A7 51 0 6 36 1E 35 27 33
Octal 262 247 121 0 6 66 36 65 47 63
Binary 10110010 10100111 1010001 0 110 110110 11110 110101 100111 110011

Color Harmonies of #B2A751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A751

Black with #B2A751

Text Example


Text Example

White with #B2A751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A751; }

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

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

background-color css

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

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

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

border-color css

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

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

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