Html Css Color HEX #B7B148 Brass

📋 copy color: '#B7B148'

red 183 ◦ green 177 ◦ blue 72

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

Shades of Brass #B7B148

Tints of Brass #B7B148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.67%

R = 42.36%
G = 40.97%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7B148 (or 0xB7B148) is known color: Brass. HEX triplet: B7, B1 and 48. RGB value is (183,177,72). Sum of RGB (Red+Green+Blue) = 183+177+72=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B148 is #484EB7. Grayscale: #A7A7A7. Windows color (decimal): -4738744 or 4764087. OLE color: 4764087.

HSL color Cylindrical-coordinate representation of color #B7B148: hue angle of 56.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7B148 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 72 -
CMYK 0 0.03 0.61 0.28
HSL 56.76º 0.44% 0.5% -
HSV(B) 56.76º 0.61% 0.72% -
XYZ 36.42 41.98 12.31 -
YUV 166.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 183 177 72 0 0.03 0.61 0.28 56.76 0.44 0.5
Hex B7 B1 48 0 3 3D 1C 39 2C 32
Octal 267 261 110 0 3 75 34 71 54 62
Binary 10110111 10110001 1001000 0 11 111101 11100 111001 101100 110010

Color Harmonies of #B7B148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B148

Black with #B7B148

Text Example


Text Example

White with #B7B148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B148; }

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

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

background-color css

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

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

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

border-color css

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

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

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