Html Css Color HEX #B5B03D Brass

📋 copy color: '#B5B03D'

red 181 ◦ green 176 ◦ blue 61

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

Shades of Brass #B5B03D

Tints of Brass #B5B03D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

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

R = 43.3%
G = 42.11%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5B03D (or 0xB5B03D) is known color: Brass. HEX triplet: B5, B0 and 3D. RGB value is (181,176,61). Sum of RGB (Red+Green+Blue) = 181+176+61=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B03D is #4A4FC2. Grayscale: #A4A4A4. Windows color (decimal): -4870083 or 4042933. OLE color: 4042933.

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

Color convert

RGB 181 176 61 -
CMYK 0 0.03 0.66 0.29
HSL 57.5º 0.5% 0.47% -
HSV(B) 57.5º 0.66% 0.71% -
XYZ 35.42 41.21 10.5 -
YUV 164.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 181 176 61 0 0.03 0.66 0.29 57.5 0.5 0.47
Hex B5 B0 3D 0 3 42 1D 3A 32 2F
Octal 265 260 75 0 3 102 35 72 62 57
Binary 10110101 10110000 111101 0 11 1000010 11101 111010 110010 101111

Color Harmonies of #B5B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B03D

Black with #B5B03D

Text Example


Text Example

White with #B5B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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