Html Css Color HEX #B0A23C Brass

📋 copy color: '#B0A23C'

red 176 ◦ green 162 ◦ blue 60

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

Shades of Brass #B0A23C

Tints of Brass #B0A23C

RGB

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

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

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

R = 44.22%
G = 40.7%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0A23C (or 0xB0A23C) is known color: Brass. HEX triplet: B0, A2 and 3C. RGB value is (176,162,60). Sum of RGB (Red+Green+Blue) = 176+162+60=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A23C is #4F5DC3. Grayscale: #9A9A9A. Windows color (decimal): -5201348 or 3973808. OLE color: 3973808.

HSL color Cylindrical-coordinate representation of color #B0A23C: hue angle of 52.76º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0A23C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 60 -
CMYK 0 0.08 0.66 0.31
HSL 52.76º 0.49% 0.46% -
HSV(B) 52.76º 0.66% 0.69% -
XYZ 31.64 35.4 9.44 -
YUV 154.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 176 162 60 0 0.08 0.66 0.31 52.76 0.49 0.46
Hex B0 A2 3C 0 8 42 1F 35 31 2E
Octal 260 242 74 0 10 102 37 65 61 56
Binary 10110000 10100010 111100 0 1000 1000010 11111 110101 110001 101110

Color Harmonies of #B0A23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A23C

Black with #B0A23C

Text Example


Text Example

White with #B0A23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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