Html Css Color HEX #B4B043 Brass

📋 copy color: '#B4B043'

red 180 ◦ green 176 ◦ blue 67

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

Shades of Brass #B4B043

Tints of Brass #B4B043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.84%

R = 42.55%
G = 41.61%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B4B043 (or 0xB4B043) is known color: Brass. HEX triplet: B4, B0 and 43. RGB value is (180,176,67). Sum of RGB (Red+Green+Blue) = 180+176+67=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B043 is #4B4FBC. Grayscale: #A5A5A5. Windows color (decimal): -4935613 or 4436148. OLE color: 4436148.

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

Color convert

RGB 180 176 67 -
CMYK 0 0.02 0.63 0.29
HSL 57.88º 0.46% 0.48% -
HSV(B) 57.88º 0.63% 0.71% -
XYZ 35.36 41.16 11.39 -
YUV 164.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 180 176 67 0 0.02 0.63 0.29 57.88 0.46 0.48
Hex B4 B0 43 0 2 3F 1D 3A 2E 30
Octal 264 260 103 0 2 77 35 72 56 60
Binary 10110100 10110000 1000011 0 10 111111 11101 111010 101110 110000

Color Harmonies of #B4B043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B043

Black with #B4B043

Text Example


Text Example

White with #B4B043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B043; }

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

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

background-color css

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

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

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

border-color css

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

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

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