Html Css Color HEX #B0A434 Brass

📋 copy color: '#B0A434'

red 176 ◦ green 164 ◦ blue 52

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

Shades of Brass #B0A434

Tints of Brass #B0A434

RGB

 RED value IS 176 (69.14% from 255) = 44.9%

 GREEN value IS 164 (64.45% from 255) = 41.84%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 44.9%
G = 41.84%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B0A434 (or 0xB0A434) is known color: Brass. HEX triplet: B0, A4 and 34. RGB value is (176,164,52). Sum of RGB (Red+Green+Blue) = 176+164+52=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A434 is #4F5BCB. Grayscale: #9B9B9B. Windows color (decimal): -5200844 or 3450032. OLE color: 3450032.

HSL color Cylindrical-coordinate representation of color #B0A434: hue angle of 54.19º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0A434 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 164 52 -
CMYK 0 0.07 0.70 0.31
HSL 54.19º 0.54% 0.45% -
HSV(B) 54.19º 0.7% 0.69% -
XYZ 31.8 36.03 8.53 -
YUV 154.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 176 164 52 0 0.07 0.70 0.31 54.19 0.54 0.45
Hex B0 A4 34 0 7 46 1F 36 36 2D
Octal 260 244 64 0 7 106 37 66 66 55
Binary 10110000 10100100 110100 0 111 1000110 11111 110110 110110 101101

Color Harmonies of #B0A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A434

Black with #B0A434

Text Example


Text Example

White with #B0A434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A434; }

 p { color: rgb(176,164,52); }

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

background-color css

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

 a { background-color: rgb(176,164,52); }

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

border-color css

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

 span { border-color: rgb(176,164,52); }

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