Html Css Color HEX #B7B342 Brass

📋 copy color: '#B7B342'

red 183 ◦ green 179 ◦ blue 66

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

Shades of Brass #B7B342

Tints of Brass #B7B342

RGB

 RED value IS 183 (71.88% from 255) = 42.76%

 GREEN value IS 179 (70.31% from 255) = 41.82%

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

R = 42.76%
G = 41.82%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B7B342 (or 0xB7B342) is known color: Brass. HEX triplet: B7, B3 and 42. RGB value is (183,179,66). Sum of RGB (Red+Green+Blue) = 183+179+66=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B342 is #484CBD. Grayscale: #A7A7A7. Windows color (decimal): -4738238 or 4371383. OLE color: 4371383.

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

Color convert

RGB 183 179 66 -
CMYK 0 0.02 0.64 0.28
HSL 57.95º 0.47% 0.49% -
HSV(B) 57.95º 0.64% 0.72% -
XYZ 36.63 42.7 11.47 -
YUV 167.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 183 179 66 0 0.02 0.64 0.28 57.95 0.47 0.49
Hex B7 B3 42 0 2 40 1C 3A 2F 31
Octal 267 263 102 0 2 100 34 72 57 61
Binary 10110111 10110011 1000010 0 10 1000000 11100 111010 101111 110001

Color Harmonies of #B7B342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B342

Black with #B7B342

Text Example


Text Example

White with #B7B342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B342; }

 p { color: rgb(183,179,66); }

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

background-color css

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

 a { background-color: rgb(183,179,66); }

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

border-color css

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

 span { border-color: rgb(183,179,66); }

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