Html Css Color HEX #B2B045 Brass

📋 copy color: '#B2B045'

red 178 ◦ green 176 ◦ blue 69

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

Shades of Brass #B2B045

Tints of Brass #B2B045

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.61%

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

R = 42.08%
G = 41.61%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B2B045 (or 0xB2B045) is known color: Brass. HEX triplet: B2, B0 and 45. RGB value is (178,176,69). Sum of RGB (Red+Green+Blue) = 178+176+69=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B045 is #4D4FBA. Grayscale: #A4A4A4. Windows color (decimal): -5066683 or 4567218. OLE color: 4567218.

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

Color convert

RGB 178 176 69 -
CMYK 0 0.01 0.61 0.30
HSL 58.9º 0.44% 0.48% -
HSV(B) 58.9º 0.61% 0.7% -
XYZ 34.96 40.95 11.69 -
YUV 164.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 178 176 69 0 0.01 0.61 0.30 58.9 0.44 0.48
Hex B2 B0 45 0 1 3D 1E 3B 2C 30
Octal 262 260 105 0 1 75 36 73 54 60
Binary 10110010 10110000 1000101 0 1 111101 11110 111011 101100 110000

Color Harmonies of #B2B045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B045

Black with #B2B045

Text Example


Text Example

White with #B2B045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B045; }

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

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

background-color css

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

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

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

border-color css

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

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

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