Html Css Color HEX #B3B344 Brass

📋 copy color: '#B3B344'

red 179 ◦ green 179 ◦ blue 68

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

Shades of Brass #B3B344

Tints of Brass #B3B344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 68 (26.95% from 255) = 15.96%

R = 42.02%
G = 42.02%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B3B344 (or 0xB3B344) is known color: Brass. HEX triplet: B3, B3 and 44. RGB value is (179,179,68). Sum of RGB (Red+Green+Blue) = 179+179+68=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B344 is #4C4CBB. Grayscale: #A6A6A6. Windows color (decimal): -5000380 or 4502451. OLE color: 4502451.

HSL color Cylindrical-coordinate representation of color #B3B344: hue angle of 60º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3B344 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 68 -
CMYK 0 0 0.62 0.30
HSL 60º 0.45% 0.48% -
HSV(B) 60º 0.62% 0.7% -
XYZ 35.75 42.24 11.74 -
YUV 166.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 179 179 68 0 0 0.62 0.30 60 0.45 0.48
Hex B3 B3 44 0 0 3E 1E 3C 2D 30
Octal 263 263 104 0 0 76 36 74 55 60
Binary 10110011 10110011 1000100 0 0 111110 11110 111100 101101 110000

Color Harmonies of #B3B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B344

Black with #B3B344

Text Example


Text Example

White with #B3B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B344; }

 p { color: rgb(179,179,68); }

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

background-color css

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

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

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

border-color css

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

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

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