Html Css Color HEX #B5B53D Brass

📋 copy color: '#B5B53D'

red 181 ◦ green 181 ◦ blue 61

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

Shades of Brass #B5B53D

Tints of Brass #B5B53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.79%

 BLUE value IS 61 (24.22% from 255) = 14.42%

R = 42.79%
G = 42.79%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5B53D (or 0xB5B53D) is known color: Brass. HEX triplet: B5, B5 and 3D. RGB value is (181,181,61). Sum of RGB (Red+Green+Blue) = 181+181+61=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B53D is #4A4AC2. Grayscale: #A7A7A7. Windows color (decimal): -4868803 or 4044213. OLE color: 4044213.

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

Color convert

RGB 181 181 61 -
CMYK 0 0 0.66 0.29
HSL 60º 0.5% 0.47% -
HSV(B) 60º 0.66% 0.71% -
XYZ 36.42 43.21 10.84 -
YUV 167.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 181 181 61 0 0 0.66 0.29 60 0.5 0.47
Hex B5 B5 3D 0 0 42 1D 3C 32 2F
Octal 265 265 75 0 0 102 35 74 62 57
Binary 10110101 10110101 111101 0 0 1000010 11101 111100 110010 101111

Color Harmonies of #B5B53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B53D

Black with #B5B53D

Text Example


Text Example

White with #B5B53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B53D; }

 p { color: rgb(181,181,61); }

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

background-color css

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

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

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

border-color css

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

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

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