Html Css Color HEX #B0A642 Brass

📋 copy color: '#B0A642'

red 176 ◦ green 166 ◦ blue 66

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

Shades of Brass #B0A642

Tints of Brass #B0A642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 43.14%
G = 40.69%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B0A642 (or 0xB0A642) is known color: Brass. HEX triplet: B0, A6 and 42. RGB value is (176,166,66). Sum of RGB (Red+Green+Blue) = 176+166+66=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A642 is #4F59BD. Grayscale: #9E9E9E. Windows color (decimal): -5200318 or 4368048. OLE color: 4368048.

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

Color convert

RGB 176 166 66 -
CMYK 0 0.06 0.62 0.31
HSL 54.55º 0.45% 0.47% -
HSV(B) 54.55º 0.63% 0.69% -
XYZ 32.52 36.9 10.56 -
YUV 157.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 176 166 66 0 0.06 0.62 0.31 54.55 0.45 0.47
Hex B0 A6 42 0 6 3E 1F 37 2D 2F
Octal 260 246 102 0 6 76 37 67 55 57
Binary 10110000 10100110 1000010 0 110 111110 11111 110111 101101 101111

Color Harmonies of #B0A642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A642

Black with #B0A642

Text Example


Text Example

White with #B0A642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A642; }

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

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

background-color css

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

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

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

border-color css

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

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

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