Html Css Color HEX #B4B044 Brass

📋 copy color: '#B4B044'

red 180 ◦ green 176 ◦ blue 68

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

Shades of Brass #B4B044

Tints of Brass #B4B044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 42.45%
G = 41.51%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B4B044 (or 0xB4B044) is known color: Brass. HEX triplet: B4, B0 and 44. RGB value is (180,176,68). Sum of RGB (Red+Green+Blue) = 180+176+68=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B044 is #4B4FBB. Grayscale: #A5A5A5. Windows color (decimal): -4935612 or 4501684. OLE color: 4501684.

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

Color convert

RGB 180 176 68 -
CMYK 0 0.02 0.62 0.29
HSL 57.86º 0.45% 0.49% -
HSV(B) 57.86º 0.62% 0.71% -
XYZ 35.39 41.17 11.55 -
YUV 164.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 180 176 68 0 0.02 0.62 0.29 57.86 0.45 0.49
Hex B4 B0 44 0 2 3E 1D 3A 2D 31
Octal 264 260 104 0 2 76 35 72 55 61
Binary 10110100 10110000 1000100 0 10 111110 11101 111010 101101 110001

Color Harmonies of #B4B044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B044

Black with #B4B044

Text Example


Text Example

White with #B4B044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B044; }

 p { color: rgb(180,176,68); }

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

background-color css

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

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

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

border-color css

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

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

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