Html Css Color HEX #B4B246 Brass

📋 copy color: '#B4B246'

red 180 ◦ green 178 ◦ blue 70

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

Shades of Brass #B4B246

Tints of Brass #B4B246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 42.06%
G = 41.59%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B4B246 (or 0xB4B246) is known color: Brass. HEX triplet: B4, B2 and 46. RGB value is (180,178,70). Sum of RGB (Red+Green+Blue) = 180+178+70=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B246 is #4B4DB9. Grayscale: #A6A6A6. Windows color (decimal): -4935098 or 4633268. OLE color: 4633268.

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

Color convert

RGB 180 178 70 -
CMYK 0 0.01 0.61 0.29
HSL 58.91º 0.44% 0.49% -
HSV(B) 58.91º 0.61% 0.71% -
XYZ 35.85 41.99 12.01 -
YUV 166.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 180 178 70 0 0.01 0.61 0.29 58.91 0.44 0.49
Hex B4 B2 46 0 1 3D 1D 3B 2C 31
Octal 264 262 106 0 1 75 35 73 54 61
Binary 10110100 10110010 1000110 0 1 111101 11101 111011 101100 110001

Color Harmonies of #B4B246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B246

Black with #B4B246

Text Example


Text Example

White with #B4B246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B246; }

 p { color: rgb(180,178,70); }

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

background-color css

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

 a { background-color: rgb(180,178,70); }

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

border-color css

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

 span { border-color: rgb(180,178,70); }

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