Html Css Color HEX #B4A641 Brass

📋 copy color: '#B4A641'

red 180 ◦ green 166 ◦ blue 65

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

Shades of Brass #B4A641

Tints of Brass #B4A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 43.8%
G = 40.39%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B4A641 (or 0xB4A641) is known color: Brass. HEX triplet: B4, A6 and 41. RGB value is (180,166,65). Sum of RGB (Red+Green+Blue) = 180+166+65=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A641 is #4B59BE. Grayscale: #9F9F9F. Windows color (decimal): -4938175 or 4302516. OLE color: 4302516.

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

Color convert

RGB 180 166 65 -
CMYK 0 0.08 0.64 0.29
HSL 52.7º 0.47% 0.48% -
HSV(B) 52.7º 0.64% 0.71% -
XYZ 33.41 37.36 10.45 -
YUV 158.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 180 166 65 0 0.08 0.64 0.29 52.7 0.47 0.48
Hex B4 A6 41 0 8 40 1D 35 2F 30
Octal 264 246 101 0 10 100 35 65 57 60
Binary 10110100 10100110 1000001 0 1000 1000000 11101 110101 101111 110000

Color Harmonies of #B4A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A641

Black with #B4A641

Text Example


Text Example

White with #B4A641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A641; }

 p { color: rgb(180,166,65); }

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

background-color css

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

 a { background-color: rgb(180,166,65); }

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

border-color css

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

 span { border-color: rgb(180,166,65); }

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