Html Css Color HEX #B0AC34 Brass

📋 copy color: '#B0AC34'

red 176 ◦ green 172 ◦ blue 52

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

Shades of Brass #B0AC34

Tints of Brass #B0AC34

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

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

R = 44%
G = 43%
B = 13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B0AC34 (or 0xB0AC34) is known color: Brass. HEX triplet: B0, AC and 34. RGB value is (176,172,52). Sum of RGB (Red+Green+Blue) = 176+172+52=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC34 is #4F53CB. Grayscale: #9F9F9F. Windows color (decimal): -5198796 or 3452080. OLE color: 3452080.

HSL color Cylindrical-coordinate representation of color #B0AC34: hue angle of 58.06º 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 #B0AC34 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 172 52 -
CMYK 0 0.02 0.70 0.31
HSL 58.06º 0.54% 0.45% -
HSV(B) 58.06º 0.7% 0.69% -
XYZ 33.28 38.98 9.02 -
YUV 159.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 176 172 52 0 0.02 0.70 0.31 58.06 0.54 0.45
Hex B0 AC 34 0 2 46 1F 3A 36 2D
Octal 260 254 64 0 2 106 37 72 66 55
Binary 10110000 10101100 110100 0 10 1000110 11111 111010 110110 101101

Color Harmonies of #B0AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AC34

Black with #B0AC34

Text Example


Text Example

White with #B0AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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