Html Css Color HEX #B0A752 Brass

📋 copy color: '#B0A752'

red 176 ◦ green 167 ◦ blue 82

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

Shades of Brass #B0A752

Tints of Brass #B0A752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 41.41%
G = 39.29%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B0A752 (or 0xB0A752) is known color: Brass. HEX triplet: B0, A7 and 52. RGB value is (176,167,82). Sum of RGB (Red+Green+Blue) = 176+167+82=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A752 is #4F58AD. Grayscale: #A0A0A0. Windows color (decimal): -5200046 or 5416880. OLE color: 5416880.

HSL color Cylindrical-coordinate representation of color #B0A752: hue angle of 54.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0A752 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 167 82 -
CMYK 0 0.05 0.53 0.31
HSL 54.26º 0.37% 0.51% -
HSV(B) 54.26º 0.53% 0.69% -
XYZ 33.25 37.48 13.46 -
YUV 160 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 176 167 82 0 0.05 0.53 0.31 54.26 0.37 0.51
Hex B0 A7 52 0 5 35 1F 36 25 33
Octal 260 247 122 0 5 65 37 66 45 63
Binary 10110000 10100111 1010010 0 101 110101 11111 110110 100101 110011

Color Harmonies of #B0A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A752

Black with #B0A752

Text Example


Text Example

White with #B0A752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A752; }

 p { color: rgb(176,167,82); }

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

background-color css

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

 a { background-color: rgb(176,167,82); }

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

border-color css

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

 span { border-color: rgb(176,167,82); }

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