Html Css Color HEX #B5B43F Brass

📋 copy color: '#B5B43F'

red 181 ◦ green 180 ◦ blue 63

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

Shades of Brass #B5B43F

Tints of Brass #B5B43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.86%

R = 42.69%
G = 42.45%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5B43F (or 0xB5B43F) is known color: Brass. HEX triplet: B5, B4 and 3F. RGB value is (181,180,63). Sum of RGB (Red+Green+Blue) = 181+180+63=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B43F is #4A4BC0. Grayscale: #A7A7A7. Windows color (decimal): -4869057 or 4175029. OLE color: 4175029.

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

Color convert

RGB 181 180 63 -
CMYK 0 0.01 0.65 0.29
HSL 59.49º 0.48% 0.48% -
HSV(B) 59.49º 0.65% 0.71% -
XYZ 36.27 42.83 11.06 -
YUV 166.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 181 180 63 0 0.01 0.65 0.29 59.49 0.48 0.48
Hex B5 B4 3F 0 1 41 1D 3B 30 30
Octal 265 264 77 0 1 101 35 73 60 60
Binary 10110101 10110100 111111 0 1 1000001 11101 111011 110000 110000

Color Harmonies of #B5B43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B43F

Black with #B5B43F

Text Example


Text Example

White with #B5B43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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