Html Css Color HEX #B0A641 Brass

📋 copy color: '#B0A641'

red 176 ◦ green 166 ◦ blue 65

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

Shades of Brass #B0A641

Tints of Brass #B0A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 43.24%
G = 40.79%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B0A641 (or 0xB0A641) is known color: Brass. HEX triplet: B0, A6 and 41. RGB value is (176,166,65). Sum of RGB (Red+Green+Blue) = 176+166+65=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A641 is #4F59BE. Grayscale: #9D9D9D. Windows color (decimal): -5200319 or 4302512. OLE color: 4302512.

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

Color convert

RGB 176 166 65 -
CMYK 0 0.06 0.63 0.31
HSL 54.59º 0.46% 0.47% -
HSV(B) 54.59º 0.63% 0.69% -
XYZ 32.49 36.88 10.41 -
YUV 157.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 176 166 65 0 0.06 0.63 0.31 54.59 0.46 0.47
Hex B0 A6 41 0 6 3F 1F 37 2E 2F
Octal 260 246 101 0 6 77 37 67 56 57
Binary 10110000 10100110 1000001 0 110 111111 11111 110111 101110 101111

Color Harmonies of #B0A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A641

Black with #B0A641

Text Example


Text Example

White with #B0A641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A641; }

 p { color: rgb(176,166,65); }

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

background-color css

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

 a { background-color: rgb(176,166,65); }

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

border-color css

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

 span { border-color: rgb(176,166,65); }

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