Html Css Color HEX #B5B43A Brass

📋 copy color: '#B5B43A'

red 181 ◦ green 180 ◦ blue 58

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

Shades of Brass #B5B43A

Tints of Brass #B5B43A

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 58 (23.05% from 255) = 13.84%

R = 43.2%
G = 42.96%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5B43A (or 0xB5B43A) is known color: Brass. HEX triplet: B5, B4 and 3A. RGB value is (181,180,58). Sum of RGB (Red+Green+Blue) = 181+180+58=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B43A is #4A4BC5. Grayscale: #A6A6A6. Windows color (decimal): -4869062 or 3847349. OLE color: 3847349.

HSL color Cylindrical-coordinate representation of color #B5B43A: hue angle of 59.51º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5B43A is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 180 58 -
CMYK 0 0.01 0.68 0.29
HSL 59.51º 0.51% 0.47% -
HSV(B) 59.51º 0.68% 0.71% -
XYZ 36.14 42.77 10.35 -
YUV 166.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 181 180 58 0 0.01 0.68 0.29 59.51 0.51 0.47
Hex B5 B4 3A 0 1 44 1D 3C 33 2F
Octal 265 264 72 0 1 104 35 74 63 57
Binary 10110101 10110100 111010 0 1 1000100 11101 111100 110011 101111

Color Harmonies of #B5B43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B43A

Black with #B5B43A

Text Example


Text Example

White with #B5B43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B43A; }

 p { color: rgb(181,180,58); }

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

background-color css

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

 a { background-color: rgb(181,180,58); }

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

border-color css

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

 span { border-color: rgb(181,180,58); }

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