Html Css Color HEX #B1AD3D Brass

📋 copy color: '#B1AD3D'

red 177 ◦ green 173 ◦ blue 61

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

Shades of Brass #B1AD3D

Tints of Brass #B1AD3D

RGB

 RED value IS 177 (69.53% from 255) = 43.07%

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 43.07%
G = 42.09%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1AD3D (or 0xB1AD3D) is known color: Brass. HEX triplet: B1, AD and 3D. RGB value is (177,173,61). Sum of RGB (Red+Green+Blue) = 177+173+61=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD3D is #4E52C2. Grayscale: #A1A1A1. Windows color (decimal): -5132995 or 4042161. OLE color: 4042161.

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

Color convert

RGB 177 173 61 -
CMYK 0 0.02 0.66 0.31
HSL 57.93º 0.49% 0.47% -
HSV(B) 57.93º 0.66% 0.69% -
XYZ 33.92 39.57 10.27 -
YUV 161.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 177 173 61 0 0.02 0.66 0.31 57.93 0.49 0.47
Hex B1 AD 3D 0 2 42 1F 3A 31 2F
Octal 261 255 75 0 2 102 37 72 61 57
Binary 10110001 10101101 111101 0 10 1000010 11111 111010 110001 101111

Color Harmonies of #B1AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD3D

Black with #B1AD3D

Text Example


Text Example

White with #B1AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD3D; }

 p { color: rgb(177,173,61); }

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

background-color css

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

 a { background-color: rgb(177,173,61); }

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

border-color css

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

 span { border-color: rgb(177,173,61); }

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