Html Css Color HEX #B4B145 Brass

📋 copy color: '#B4B145'

red 180 ◦ green 177 ◦ blue 69

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

Shades of Brass #B4B145

Tints of Brass #B4B145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 69 (27.34% from 255) = 16.2%

R = 42.25%
G = 41.55%
B = 16.2%

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

#B4B145 (or 0xB4B145) is known color: Brass. HEX triplet: B4, B1 and 45. RGB value is (180,177,69). Sum of RGB (Red+Green+Blue) = 180+177+69=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B145 is #4B4EBA. Grayscale: #A6A6A6. Windows color (decimal): -4935355 or 4567476. OLE color: 4567476.

HSL color Cylindrical-coordinate representation of color #B4B145: hue angle of 58.38º 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 #B4B145 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 69 -
CMYK 0 0.02 0.62 0.29
HSL 58.38º 0.45% 0.49% -
HSV(B) 58.38º 0.62% 0.71% -
XYZ 35.62 41.58 11.78 -
YUV 165.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 180 177 69 0 0.02 0.62 0.29 58.38 0.45 0.49
Hex B4 B1 45 0 2 3E 1D 3A 2D 31
Octal 264 261 105 0 2 76 35 72 55 61
Binary 10110100 10110001 1000101 0 10 111110 11101 111010 101101 110001

Color Harmonies of #B4B145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B145

Black with #B4B145

Text Example


Text Example

White with #B4B145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B145; }

 p { color: rgb(180,177,69); }

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

background-color css

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

 a { background-color: rgb(180,177,69); }

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

border-color css

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

 span { border-color: rgb(180,177,69); }

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