Html Css Color HEX #B7B138 Brass

📋 copy color: '#B7B138'

red 183 ◦ green 177 ◦ blue 56

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

Shades of Brass #B7B138

Tints of Brass #B7B138

RGB

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

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

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

R = 43.99%
G = 42.55%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B7B138 (or 0xB7B138) is known color: Brass. HEX triplet: B7, B1 and 38. RGB value is (183,177,56). Sum of RGB (Red+Green+Blue) = 183+177+56=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B138 is #484EC7. Grayscale: #A5A5A5. Windows color (decimal): -4738760 or 3715511. OLE color: 3715511.

HSL color Cylindrical-coordinate representation of color #B7B138: hue angle of 57.17º 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 #B7B138 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 56 -
CMYK 0 0.03 0.69 0.28
HSL 57.17º 0.53% 0.47% -
HSV(B) 57.17º 0.69% 0.72% -
XYZ 35.96 41.8 9.91 -
YUV 165 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 183 177 56 0 0.03 0.69 0.28 57.17 0.53 0.47
Hex B7 B1 38 0 3 45 1C 39 35 2F
Octal 267 261 70 0 3 105 34 71 65 57
Binary 10110111 10110001 111000 0 11 1000101 11100 111001 110101 101111

Color Harmonies of #B7B138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B138

Black with #B7B138

Text Example


Text Example

White with #B7B138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B138; }

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

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

background-color css

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

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

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

border-color css

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

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

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