Html Css Color HEX #B0A836 Brass

📋 copy color: '#B0A836'

red 176 ◦ green 168 ◦ blue 54

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

Shades of Brass #B0A836

Tints of Brass #B0A836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.57%

R = 44.22%
G = 42.21%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B0A836 (or 0xB0A836) is known color: Brass. HEX triplet: B0, A8 and 36. RGB value is (176,168,54). Sum of RGB (Red+Green+Blue) = 176+168+54=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A836 is #4F57C9. Grayscale: #9D9D9D. Windows color (decimal): -5199818 or 3582128. OLE color: 3582128.

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

Color convert

RGB 176 168 54 -
CMYK 0 0.05 0.69 0.31
HSL 56.07º 0.53% 0.45% -
HSV(B) 56.07º 0.69% 0.69% -
XYZ 32.57 37.5 9.01 -
YUV 157.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 176 168 54 0 0.05 0.69 0.31 56.07 0.53 0.45
Hex B0 A8 36 0 5 45 1F 38 35 2D
Octal 260 250 66 0 5 105 37 70 65 55
Binary 10110000 10101000 110110 0 101 1000101 11111 111000 110101 101101

Color Harmonies of #B0A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A836

Black with #B0A836

Text Example


Text Example

White with #B0A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A836; }

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

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

background-color css

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

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

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

border-color css

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

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

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