Html Css Color HEX #B6B143 Brass

📋 copy color: '#B6B143'

red 182 ◦ green 177 ◦ blue 67

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

Shades of Brass #B6B143

Tints of Brass #B6B143

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 67 (26.56% from 255) = 15.73%

R = 42.72%
G = 41.55%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B6B143 (or 0xB6B143) is known color: Brass. HEX triplet: B6, B1 and 43. RGB value is (182,177,67). Sum of RGB (Red+Green+Blue) = 182+177+67=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B143 is #494EBC. Grayscale: #A6A6A6. Windows color (decimal): -4804285 or 4436406. OLE color: 4436406.

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

Color convert

RGB 182 177 67 -
CMYK 0 0.03 0.63 0.29
HSL 57.39º 0.46% 0.49% -
HSV(B) 57.39º 0.63% 0.71% -
XYZ 36.03 41.79 11.48 -
YUV 165.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 182 177 67 0 0.03 0.63 0.29 57.39 0.46 0.49
Hex B6 B1 43 0 3 3F 1D 39 2E 31
Octal 266 261 103 0 3 77 35 71 56 61
Binary 10110110 10110001 1000011 0 11 111111 11101 111001 101110 110001

Color Harmonies of #B6B143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B143

Black with #B6B143

Text Example


Text Example

White with #B6B143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B143; }

 p { color: rgb(182,177,67); }

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

background-color css

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

 a { background-color: rgb(182,177,67); }

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

border-color css

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

 span { border-color: rgb(182,177,67); }

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