Html Css Color HEX #B0AF3D Brass

📋 copy color: '#B0AF3D'

red 176 ◦ green 175 ◦ blue 61

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

Shades of Brass #B0AF3D

Tints of Brass #B0AF3D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

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

R = 42.72%
G = 42.48%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0AF3D (or 0xB0AF3D) is known color: Brass. HEX triplet: B0, AF and 3D. RGB value is (176,175,61). Sum of RGB (Red+Green+Blue) = 176+175+61=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF3D is #4F50C2. Grayscale: #A2A2A2. Windows color (decimal): -5198019 or 4042672. OLE color: 4042672.

HSL color Cylindrical-coordinate representation of color #B0AF3D: hue angle of 59.48º 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 #B0AF3D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 61 -
CMYK 0 0.01 0.65 0.31
HSL 59.48º 0.49% 0.46% -
HSV(B) 59.48º 0.65% 0.69% -
XYZ 34.08 40.23 10.38 -
YUV 162.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 176 175 61 0 0.01 0.65 0.31 59.48 0.49 0.46
Hex B0 AF 3D 0 1 41 1F 3B 31 2E
Octal 260 257 75 0 1 101 37 73 61 56
Binary 10110000 10101111 111101 0 1 1000001 11111 111011 110001 101110

Color Harmonies of #B0AF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF3D

Black with #B0AF3D

Text Example


Text Example

White with #B0AF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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