Html Css Color HEX #B0A23E Brass

📋 copy color: '#B0A23E'

red 176 ◦ green 162 ◦ blue 62

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

Shades of Brass #B0A23E

Tints of Brass #B0A23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 44%
G = 40.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0A23E (or 0xB0A23E) is known color: Brass. HEX triplet: B0, A2 and 3E. RGB value is (176,162,62). Sum of RGB (Red+Green+Blue) = 176+162+62=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A23E is #4F5DC1. Grayscale: #9B9B9B. Windows color (decimal): -5201346 or 4104880. OLE color: 4104880.

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

Color convert

RGB 176 162 62 -
CMYK 0 0.08 0.65 0.31
HSL 52.63º 0.48% 0.47% -
HSV(B) 52.63º 0.65% 0.69% -
XYZ 31.69 35.42 9.72 -
YUV 154.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 176 162 62 0 0.08 0.65 0.31 52.63 0.48 0.47
Hex B0 A2 3E 0 8 41 1F 35 30 2F
Octal 260 242 76 0 10 101 37 65 60 57
Binary 10110000 10100010 111110 0 1000 1000001 11111 110101 110000 101111

Color Harmonies of #B0A23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A23E

Black with #B0A23E

Text Example


Text Example

White with #B0A23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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