Html Css Color HEX #B6AF4D Brass

📋 copy color: '#B6AF4D'

red 182 ◦ green 175 ◦ blue 77

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

Shades of Brass #B6AF4D

Tints of Brass #B6AF4D

RGB

 RED value IS 182 (71.48% from 255) = 41.94%

 GREEN value IS 175 (68.75% from 255) = 40.32%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 41.94%
G = 40.32%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6AF4D (or 0xB6AF4D) is known color: Brass. HEX triplet: B6, AF and 4D. RGB value is (182,175,77). Sum of RGB (Red+Green+Blue) = 182+175+77=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF4D is #4950B2. Grayscale: #A6A6A6. Windows color (decimal): -4804787 or 5091254. OLE color: 5091254.

HSL color Cylindrical-coordinate representation of color #B6AF4D: hue angle of 56º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6AF4D is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 175 77 -
CMYK 0 0.04 0.58 0.29
HSL 56º 0.42% 0.51% -
HSV(B) 56º 0.58% 0.71% -
XYZ 35.96 41.14 13.07 -
YUV 165.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 182 175 77 0 0.04 0.58 0.29 56 0.42 0.51
Hex B6 AF 4D 0 4 3A 1D 38 2A 33
Octal 266 257 115 0 4 72 35 70 52 63
Binary 10110110 10101111 1001101 0 100 111010 11101 111000 101010 110011

Color Harmonies of #B6AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AF4D

Black with #B6AF4D

Text Example


Text Example

White with #B6AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AF4D; }

 p { color: rgb(182,175,77); }

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

background-color css

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

 a { background-color: rgb(182,175,77); }

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

border-color css

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

 span { border-color: rgb(182,175,77); }

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