Html Css Color HEX #B2A645 Brass

📋 copy color: '#B2A645'

red 178 ◦ green 166 ◦ blue 69

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

Shades of Brass #B2A645

Tints of Brass #B2A645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.19%

 BLUE value IS 69 (27.34% from 255) = 16.71%

R = 43.1%
G = 40.19%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B2A645 (or 0xB2A645) is known color: Brass. HEX triplet: B2, A6 and 45. RGB value is (178,166,69). Sum of RGB (Red+Green+Blue) = 178+166+69=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A645 is #4D59BA. Grayscale: #9E9E9E. Windows color (decimal): -5069243 or 4564658. OLE color: 4564658.

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

Color convert

RGB 178 166 69 -
CMYK 0 0.07 0.61 0.30
HSL 53.39º 0.44% 0.48% -
HSV(B) 53.39º 0.61% 0.7% -
XYZ 33.07 37.17 11.06 -
YUV 158.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 178 166 69 0 0.07 0.61 0.30 53.39 0.44 0.48
Hex B2 A6 45 0 7 3D 1E 35 2C 30
Octal 262 246 105 0 7 75 36 65 54 60
Binary 10110010 10100110 1000101 0 111 111101 11110 110101 101100 110000

Color Harmonies of #B2A645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A645

Black with #B2A645

Text Example


Text Example

White with #B2A645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A645; }

 p { color: rgb(178,166,69); }

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

background-color css

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

 a { background-color: rgb(178,166,69); }

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

border-color css

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

 span { border-color: rgb(178,166,69); }

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