Html Css Color HEX #B4A23C Brass

📋 copy color: '#B4A23C'

red 180 ◦ green 162 ◦ blue 60

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

Shades of Brass #B4A23C

Tints of Brass #B4A23C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 44.78%
G = 40.3%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4A23C (or 0xB4A23C) is known color: Brass. HEX triplet: B4, A2 and 3C. RGB value is (180,162,60). Sum of RGB (Red+Green+Blue) = 180+162+60=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A23C is #4B5DC3. Grayscale: #9C9C9C. Windows color (decimal): -4939204 or 3973812. OLE color: 3973812.

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

Color convert

RGB 180 162 60 -
CMYK 0 0.1 0.67 0.29
HSL 51º 0.5% 0.47% -
HSV(B) 51º 0.67% 0.71% -
XYZ 32.56 35.87 9.48 -
YUV 155.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 180 162 60 0 0.1 0.67 0.29 51 0.5 0.47
Hex B4 A2 3C 0 A 43 1D 33 32 2F
Octal 264 242 74 0 12 103 35 63 62 57
Binary 10110100 10100010 111100 0 1010 1000011 11101 110011 110010 101111

Color Harmonies of #B4A23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A23C

Black with #B4A23C

Text Example


Text Example

White with #B4A23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A23C; }

 p { color: rgb(180,162,60); }

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

background-color css

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

 a { background-color: rgb(180,162,60); }

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

border-color css

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

 span { border-color: rgb(180,162,60); }

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