Html Css Color HEX #B6B242 Brass

📋 copy color: '#B6B242'

red 182 ◦ green 178 ◦ blue 66

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

Shades of Brass #B6B242

Tints of Brass #B6B242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.78%

 BLUE value IS 66 (26.17% from 255) = 15.49%

R = 42.72%
G = 41.78%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B6B242 (or 0xB6B242) is known color: Brass. HEX triplet: B6, B2 and 42. RGB value is (182,178,66). Sum of RGB (Red+Green+Blue) = 182+178+66=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B242 is #494DBD. Grayscale: #A6A6A6. Windows color (decimal): -4804030 or 4371126. OLE color: 4371126.

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

Color convert

RGB 182 178 66 -
CMYK 0 0.02 0.64 0.29
HSL 57.93º 0.47% 0.49% -
HSV(B) 57.93º 0.64% 0.71% -
XYZ 36.2 42.18 11.39 -
YUV 166.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 182 178 66 0 0.02 0.64 0.29 57.93 0.47 0.49
Hex B6 B2 42 0 2 40 1D 3A 2F 31
Octal 266 262 102 0 2 100 35 72 57 61
Binary 10110110 10110010 1000010 0 10 1000000 11101 111010 101111 110001

Color Harmonies of #B6B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B242

Black with #B6B242

Text Example


Text Example

White with #B6B242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B242; }

 p { color: rgb(182,178,66); }

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

background-color css

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

 a { background-color: rgb(182,178,66); }

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

border-color css

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

 span { border-color: rgb(182,178,66); }

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