Html Css Color HEX #B4A634 Brass

📋 copy color: '#B4A634'

red 180 ◦ green 166 ◦ blue 52

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

Shades of Brass #B4A634

Tints of Brass #B4A634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 45.23%
G = 41.71%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B4A634 (or 0xB4A634) is known color: Brass. HEX triplet: B4, A6 and 34. RGB value is (180,166,52). Sum of RGB (Red+Green+Blue) = 180+166+52=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A634 is #4B59CB. Grayscale: #9D9D9D. Windows color (decimal): -4938188 or 3450548. OLE color: 3450548.

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

Color convert

RGB 180 166 52 -
CMYK 0 0.08 0.71 0.29
HSL 53.44º 0.55% 0.45% -
HSV(B) 53.44º 0.71% 0.71% -
XYZ 33.08 37.22 8.69 -
YUV 157.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 180 166 52 0 0.08 0.71 0.29 53.44 0.55 0.45
Hex B4 A6 34 0 8 47 1D 35 37 2D
Octal 264 246 64 0 10 107 35 65 67 55
Binary 10110100 10100110 110100 0 1000 1000111 11101 110101 110111 101101

Color Harmonies of #B4A634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A634

Black with #B4A634

Text Example


Text Example

White with #B4A634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A634; }

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

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

background-color css

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

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

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

border-color css

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

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

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