Html Css Color HEX #B3B440 Brass

📋 copy color: '#B3B440'

red 179 ◦ green 180 ◦ blue 64

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

Shades of Brass #B3B440

Tints of Brass #B3B440

RGB

 RED value IS 179 (70.31% from 255) = 42.32%

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

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 42.32%
G = 42.55%
B = 15.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B3B440 (or 0xB3B440) is known color: Brass. HEX triplet: B3, B4 and 40. RGB value is (179,180,64). Sum of RGB (Red+Green+Blue) = 179+180+64=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B440 is #4C4BBF. Grayscale: #A6A6A6. Windows color (decimal): -5000128 or 4240563. OLE color: 4240563.

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

Color convert

RGB 179 180 64 -
CMYK 0.01 0 0.64 0.29
HSL 60.52º 0.48% 0.48% -
HSV(B) 60.52º 0.64% 0.71% -
XYZ 35.84 42.6 11.18 -
YUV 166.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 179 180 64 0.01 0 0.64 0.29 60.52 0.48 0.48
Hex B3 B4 40 1 0 40 1D 3D 30 30
Octal 263 264 100 1 0 100 35 75 60 60
Binary 10110011 10110100 1000000 1 0 1000000 11101 111101 110000 110000

Color Harmonies of #B3B440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B440

Black with #B3B440

Text Example


Text Example

White with #B3B440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B440; }

 p { color: rgb(179,180,64); }

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

background-color css

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

 a { background-color: rgb(179,180,64); }

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

border-color css

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

 span { border-color: rgb(179,180,64); }

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