Html Css Color HEX #B4B334 Brass

📋 copy color: '#B4B334'

red 180 ◦ green 179 ◦ blue 52

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

Shades of Brass #B4B334

Tints of Brass #B4B334

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

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

 BLUE value IS 52 (20.7% from 255) = 12.65%

R = 43.8%
G = 43.55%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B4B334 (or 0xB4B334) is known color: Brass. HEX triplet: B4, B3 and 34. RGB value is (180,179,52). Sum of RGB (Red+Green+Blue) = 180+179+52=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B334 is #4B4CCB. Grayscale: #A5A5A5. Windows color (decimal): -4934860 or 3453876. OLE color: 3453876.

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

Color convert

RGB 180 179 52 -
CMYK 0 0.01 0.71 0.29
HSL 59.53º 0.55% 0.45% -
HSV(B) 59.53º 0.71% 0.71% -
XYZ 35.56 42.19 9.52 -
YUV 164.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 180 179 52 0 0.01 0.71 0.29 59.53 0.55 0.45
Hex B4 B3 34 0 1 47 1D 3C 37 2D
Octal 264 263 64 0 1 107 35 74 67 55
Binary 10110100 10110011 110100 0 1 1000111 11101 111100 110111 101101

Color Harmonies of #B4B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B334

Black with #B4B334

Text Example


Text Example

White with #B4B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B334; }

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

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

background-color css

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

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

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

border-color css

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

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

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