Html Css Color HEX #B5B235 Brass

📋 copy color: '#B5B235'

red 181 ◦ green 178 ◦ blue 53

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

Shades of Brass #B5B235

Tints of Brass #B5B235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.2%

 BLUE value IS 53 (21.09% from 255) = 12.86%

R = 43.93%
G = 43.2%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B5B235 (or 0xB5B235) is known color: Brass. HEX triplet: B5, B2 and 35. RGB value is (181,178,53). Sum of RGB (Red+Green+Blue) = 181+178+53=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B235 is #4A4DCA. Grayscale: #A5A5A5. Windows color (decimal): -4869579 or 3519157. OLE color: 3519157.

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

Color convert

RGB 181 178 53 -
CMYK 0 0.02 0.71 0.29
HSL 58.59º 0.55% 0.46% -
HSV(B) 58.59º 0.71% 0.71% -
XYZ 35.62 41.92 9.58 -
YUV 164.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 181 178 53 0 0.02 0.71 0.29 58.59 0.55 0.46
Hex B5 B2 35 0 2 47 1D 3B 37 2E
Octal 265 262 65 0 2 107 35 73 67 56
Binary 10110101 10110010 110101 0 10 1000111 11101 111011 110111 101110

Color Harmonies of #B5B235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B235

Black with #B5B235

Text Example


Text Example

White with #B5B235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B235; }

 p { color: rgb(181,178,53); }

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

background-color css

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

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

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

border-color css

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

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

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