Html Css Color HEX #B6B444 Brass

📋 copy color: '#B6B444'

red 182 ◦ green 180 ◦ blue 68

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

Shades of Brass #B6B444

Tints of Brass #B6B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

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

R = 42.33%
G = 41.86%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B6B444 (or 0xB6B444) is known color: Brass. HEX triplet: B6, B4 and 44. RGB value is (182,180,68). Sum of RGB (Red+Green+Blue) = 182+180+68=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B444 is #494BBB. Grayscale: #A8A8A8. Windows color (decimal): -4803516 or 4502710. OLE color: 4502710.

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

Color convert

RGB 182 180 68 -
CMYK 0 0.01 0.63 0.29
HSL 58.95º 0.46% 0.49% -
HSV(B) 58.95º 0.63% 0.71% -
XYZ 36.66 43 11.84 -
YUV 167.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 182 180 68 0 0.01 0.63 0.29 58.95 0.46 0.49
Hex B6 B4 44 0 1 3F 1D 3B 2E 31
Octal 266 264 104 0 1 77 35 73 56 61
Binary 10110110 10110100 1000100 0 1 111111 11101 111011 101110 110001

Color Harmonies of #B6B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B444

Black with #B6B444

Text Example


Text Example

White with #B6B444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B444; }

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

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

background-color css

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

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

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

border-color css

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

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

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