Html Css Color HEX #B4A542 Brass

📋 copy color: '#B4A542'

red 180 ◦ green 165 ◦ blue 66

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

Shades of Brass #B4A542

Tints of Brass #B4A542

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

 BLUE value IS 66 (26.17% from 255) = 16.06%

R = 43.8%
G = 40.15%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B4A542 (or 0xB4A542) is known color: Brass. HEX triplet: B4, A5 and 42. RGB value is (180,165,66). Sum of RGB (Red+Green+Blue) = 180+165+66=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A542 is #4B5ABD. Grayscale: #9E9E9E. Windows color (decimal): -4938430 or 4367796. OLE color: 4367796.

HSL color Cylindrical-coordinate representation of color #B4A542: hue angle of 52.11º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4A542 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 165 66 -
CMYK 0 0.08 0.63 0.29
HSL 52.11º 0.46% 0.48% -
HSV(B) 52.11º 0.63% 0.71% -
XYZ 33.26 37.01 10.54 -
YUV 158.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 180 165 66 0 0.08 0.63 0.29 52.11 0.46 0.48
Hex B4 A5 42 0 8 3F 1D 34 2E 30
Octal 264 245 102 0 10 77 35 64 56 60
Binary 10110100 10100101 1000010 0 1000 111111 11101 110100 101110 110000

Color Harmonies of #B4A542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A542

Black with #B4A542

Text Example


Text Example

White with #B4A542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A542; }

 p { color: rgb(180,165,66); }

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

background-color css

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

 a { background-color: rgb(180,165,66); }

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

border-color css

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

 span { border-color: rgb(180,165,66); }

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