Html Css Color HEX #B5B43C Brass

📋 copy color: '#B5B43C'

red 181 ◦ green 180 ◦ blue 60

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

Shades of Brass #B5B43C

Tints of Brass #B5B43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.25%

R = 42.99%
G = 42.76%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5B43C (or 0xB5B43C) is known color: Brass. HEX triplet: B5, B4 and 3C. RGB value is (181,180,60). Sum of RGB (Red+Green+Blue) = 181+180+60=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B43C is #4A4BC3. Grayscale: #A7A7A7. Windows color (decimal): -4869060 or 3978421. OLE color: 3978421.

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

Color convert

RGB 181 180 60 -
CMYK 0 0.01 0.67 0.29
HSL 59.5º 0.5% 0.47% -
HSV(B) 59.5º 0.67% 0.71% -
XYZ 36.19 42.79 10.63 -
YUV 166.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 181 180 60 0 0.01 0.67 0.29 59.5 0.5 0.47
Hex B5 B4 3C 0 1 43 1D 3C 32 2F
Octal 265 264 74 0 1 103 35 74 62 57
Binary 10110101 10110100 111100 0 1 1000011 11101 111100 110010 101111

Color Harmonies of #B5B43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B43C

Black with #B5B43C

Text Example


Text Example

White with #B5B43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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