Html Css Color HEX #B0A841 Brass

📋 copy color: '#B0A841'

red 176 ◦ green 168 ◦ blue 65

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

Shades of Brass #B0A841

Tints of Brass #B0A841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 43.03%
G = 41.08%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B0A841 (or 0xB0A841) is known color: Brass. HEX triplet: B0, A8 and 41. RGB value is (176,168,65). Sum of RGB (Red+Green+Blue) = 176+168+65=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A841 is #4F57BE. Grayscale: #9F9F9F. Windows color (decimal): -5199807 or 4303024. OLE color: 4303024.

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

Color convert

RGB 176 168 65 -
CMYK 0 0.05 0.63 0.31
HSL 55.68º 0.46% 0.47% -
HSV(B) 55.68º 0.63% 0.69% -
XYZ 32.86 37.62 10.53 -
YUV 158.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 176 168 65 0 0.05 0.63 0.31 55.68 0.46 0.47
Hex B0 A8 41 0 5 3F 1F 38 2E 2F
Octal 260 250 101 0 5 77 37 70 56 57
Binary 10110000 10101000 1000001 0 101 111111 11111 111000 101110 101111

Color Harmonies of #B0A841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A841

Black with #B0A841

Text Example


Text Example

White with #B0A841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A841; }

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

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

background-color css

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

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

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

border-color css

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

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

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