Html Css Color HEX #B4AE3D Brass

📋 copy color: '#B4AE3D'

red 180 ◦ green 174 ◦ blue 61

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

Shades of Brass #B4AE3D

Tints of Brass #B4AE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.7%

R = 43.37%
G = 41.93%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4AE3D (or 0xB4AE3D) is known color: Brass. HEX triplet: B4, AE and 3D. RGB value is (180,174,61). Sum of RGB (Red+Green+Blue) = 180+174+61=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE3D is #4B51C2. Grayscale: #A3A3A3. Windows color (decimal): -4936131 or 4042420. OLE color: 4042420.

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

Color convert

RGB 180 174 61 -
CMYK 0 0.03 0.66 0.29
HSL 56.97º 0.49% 0.47% -
HSV(B) 56.97º 0.66% 0.71% -
XYZ 34.8 40.31 10.36 -
YUV 162.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 180 174 61 0 0.03 0.66 0.29 56.97 0.49 0.47
Hex B4 AE 3D 0 3 42 1D 39 31 2F
Octal 264 256 75 0 3 102 35 71 61 57
Binary 10110100 10101110 111101 0 11 1000010 11101 111001 110001 101111

Color Harmonies of #B4AE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE3D

Black with #B4AE3D

Text Example


Text Example

White with #B4AE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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