Html Css Color HEX #B4AE44 Brass

📋 copy color: '#B4AE44'

red 180 ◦ green 174 ◦ blue 68

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

Shades of Brass #B4AE44

Tints of Brass #B4AE44

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

 BLUE value IS 68 (26.95% from 255) = 16.11%

R = 42.65%
G = 41.23%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B4AE44 (or 0xB4AE44) is known color: Brass. HEX triplet: B4, AE and 44. RGB value is (180,174,68). Sum of RGB (Red+Green+Blue) = 180+174+68=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE44 is #4B51BB. Grayscale: #A4A4A4. Windows color (decimal): -4936124 or 4501172. OLE color: 4501172.

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

Color convert

RGB 180 174 68 -
CMYK 0 0.03 0.62 0.29
HSL 56.79º 0.45% 0.49% -
HSV(B) 56.79º 0.62% 0.71% -
XYZ 35 40.39 11.42 -
YUV 163.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 180 174 68 0 0.03 0.62 0.29 56.79 0.45 0.49
Hex B4 AE 44 0 3 3E 1D 39 2D 31
Octal 264 256 104 0 3 76 35 71 55 61
Binary 10110100 10101110 1000100 0 11 111110 11101 111001 101101 110001

Color Harmonies of #B4AE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE44

Black with #B4AE44

Text Example


Text Example

White with #B4AE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE44; }

 p { color: rgb(180,174,68); }

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

background-color css

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

 a { background-color: rgb(180,174,68); }

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

border-color css

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

 span { border-color: rgb(180,174,68); }

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