Html Css Color HEX #B7B538 Brass

📋 copy color: '#B7B538'

red 183 ◦ green 181 ◦ blue 56

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

Shades of Brass #B7B538

Tints of Brass #B7B538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

 BLUE value IS 56 (22.27% from 255) = 13.33%

R = 43.57%
G = 43.1%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B7B538 (or 0xB7B538) is known color: Brass. HEX triplet: B7, B5 and 38. RGB value is (183,181,56). Sum of RGB (Red+Green+Blue) = 183+181+56=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B538 is #484AC7. Grayscale: #A7A7A7. Windows color (decimal): -4737736 or 3716535. OLE color: 3716535.

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

Color convert

RGB 183 181 56 -
CMYK 0 0.01 0.69 0.28
HSL 59.06º 0.53% 0.47% -
HSV(B) 59.06º 0.69% 0.72% -
XYZ 36.77 43.4 10.18 -
YUV 167.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 183 181 56 0 0.01 0.69 0.28 59.06 0.53 0.47
Hex B7 B5 38 0 1 45 1C 3B 35 2F
Octal 267 265 70 0 1 105 34 73 65 57
Binary 10110111 10110101 111000 0 1 1000101 11100 111011 110101 101111

Color Harmonies of #B7B538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B538

Black with #B7B538

Text Example


Text Example

White with #B7B538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B538; }

 p { color: rgb(183,181,56); }

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

background-color css

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

 a { background-color: rgb(183,181,56); }

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

border-color css

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

 span { border-color: rgb(183,181,56); }

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