Html Css Color HEX #B4A752 Brass

📋 copy color: '#B4A752'

red 180 ◦ green 167 ◦ blue 82

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

Shades of Brass #B4A752

Tints of Brass #B4A752

RGB

 RED value IS 180 (70.7% from 255) = 41.96%

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

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

R = 41.96%
G = 38.93%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B4A752 (or 0xB4A752) is known color: Brass. HEX triplet: B4, A7 and 52. RGB value is (180,167,82). Sum of RGB (Red+Green+Blue) = 180+167+82=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A752 is #4B58AD. Grayscale: #A1A1A1. Windows color (decimal): -4937902 or 5416884. OLE color: 5416884.

HSL color Cylindrical-coordinate representation of color #B4A752: hue angle of 52.04º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4A752 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 167 82 -
CMYK 0 0.07 0.54 0.29
HSL 52.04º 0.4% 0.51% -
HSV(B) 52.04º 0.54% 0.71% -
XYZ 34.16 37.95 13.51 -
YUV 161.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 180 167 82 0 0.07 0.54 0.29 52.04 0.4 0.51
Hex B4 A7 52 0 7 36 1D 34 28 33
Octal 264 247 122 0 7 66 35 64 50 63
Binary 10110100 10100111 1010010 0 111 110110 11101 110100 101000 110011

Color Harmonies of #B4A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A752

Black with #B4A752

Text Example


Text Example

White with #B4A752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A752; }

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

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

background-color css

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

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

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

border-color css

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

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

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