Html Css Color HEX #B0A43D Brass

📋 copy color: '#B0A43D'

red 176 ◦ green 164 ◦ blue 61

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

Shades of Brass #B0A43D

Tints of Brass #B0A43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

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

R = 43.89%
G = 40.9%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0A43D (or 0xB0A43D) is known color: Brass. HEX triplet: B0, A4 and 3D. RGB value is (176,164,61). Sum of RGB (Red+Green+Blue) = 176+164+61=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A43D is #4F5BC2. Grayscale: #9C9C9C. Windows color (decimal): -5200835 or 4039856. OLE color: 4039856.

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

Color convert

RGB 176 164 61 -
CMYK 0 0.07 0.65 0.31
HSL 53.74º 0.49% 0.46% -
HSV(B) 53.74º 0.65% 0.69% -
XYZ 32.02 36.12 9.7 -
YUV 155.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 176 164 61 0 0.07 0.65 0.31 53.74 0.49 0.46
Hex B0 A4 3D 0 7 41 1F 36 31 2E
Octal 260 244 75 0 7 101 37 66 61 56
Binary 10110000 10100100 111101 0 111 1000001 11111 110110 110001 101110

Color Harmonies of #B0A43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A43D

Black with #B0A43D

Text Example


Text Example

White with #B0A43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A43D; }

 p { color: rgb(176,164,61); }

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

background-color css

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

 a { background-color: rgb(176,164,61); }

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

border-color css

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

 span { border-color: rgb(176,164,61); }

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