Html Css Color HEX #B4A73D Brass

📋 copy color: '#B4A73D'

red 180 ◦ green 167 ◦ blue 61

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

Shades of Brass #B4A73D

Tints of Brass #B4A73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.95%

R = 44.12%
G = 40.93%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4A73D (or 0xB4A73D) is known color: Brass. HEX triplet: B4, A7 and 3D. RGB value is (180,167,61). Sum of RGB (Red+Green+Blue) = 180+167+61=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A73D is #4B58C2. Grayscale: #9F9F9F. Windows color (decimal): -4937923 or 4040628. OLE color: 4040628.

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

Color convert

RGB 180 167 61 -
CMYK 0 0.07 0.66 0.29
HSL 53.45º 0.49% 0.47% -
HSV(B) 53.45º 0.66% 0.71% -
XYZ 33.48 37.68 9.92 -
YUV 158.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 180 167 61 0 0.07 0.66 0.29 53.45 0.49 0.47
Hex B4 A7 3D 0 7 42 1D 35 31 2F
Octal 264 247 75 0 7 102 35 65 61 57
Binary 10110100 10100111 111101 0 111 1000010 11101 110101 110001 101111

Color Harmonies of #B4A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A73D

Black with #B4A73D

Text Example


Text Example

White with #B4A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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