Html Css Color HEX #B4A834 Brass

📋 copy color: '#B4A834'

red 180 ◦ green 168 ◦ blue 52

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

Shades of Brass #B4A834

Tints of Brass #B4A834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

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

R = 45%
G = 42%
B = 13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B4A834 (or 0xB4A834) is known color: Brass. HEX triplet: B4, A8 and 34. RGB value is (180,168,52). Sum of RGB (Red+Green+Blue) = 180+168+52=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A834 is #4B57CB. Grayscale: #9E9E9E. Windows color (decimal): -4937676 or 3451060. OLE color: 3451060.

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

Color convert

RGB 180 168 52 -
CMYK 0 0.07 0.71 0.29
HSL 54.38º 0.55% 0.45% -
HSV(B) 54.38º 0.71% 0.71% -
XYZ 33.44 37.96 8.81 -
YUV 158.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 180 168 52 0 0.07 0.71 0.29 54.38 0.55 0.45
Hex B4 A8 34 0 7 47 1D 36 37 2D
Octal 264 250 64 0 7 107 35 66 67 55
Binary 10110100 10101000 110100 0 111 1000111 11101 110110 110111 101101

Color Harmonies of #B4A834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A834

Black with #B4A834

Text Example


Text Example

White with #B4A834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A834; }

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

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

background-color css

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

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

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

border-color css

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

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

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