Html Css Color HEX #B5B33D Brass

📋 copy color: '#B5B33D'

red 181 ◦ green 179 ◦ blue 61

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

Shades of Brass #B5B33D

Tints of Brass #B5B33D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.52%

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

R = 42.99%
G = 42.52%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5B33D (or 0xB5B33D) is known color: Brass. HEX triplet: B5, B3 and 3D. RGB value is (181,179,61). Sum of RGB (Red+Green+Blue) = 181+179+61=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B33D is #4A4CC2. Grayscale: #A6A6A6. Windows color (decimal): -4869315 or 4043701. OLE color: 4043701.

HSL color Cylindrical-coordinate representation of color #B5B33D: hue angle of 59º 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 #B5B33D is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 179 61 -
CMYK 0 0.01 0.66 0.29
HSL 59º 0.5% 0.47% -
HSV(B) 59º 0.66% 0.71% -
XYZ 36.02 42.4 10.7 -
YUV 166.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 181 179 61 0 0.01 0.66 0.29 59 0.5 0.47
Hex B5 B3 3D 0 1 42 1D 3B 32 2F
Octal 265 263 75 0 1 102 35 73 62 57
Binary 10110101 10110011 111101 0 1 1000010 11101 111011 110010 101111

Color Harmonies of #B5B33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B33D

Black with #B5B33D

Text Example


Text Example

White with #B5B33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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