Html Css Color HEX #B7B14C Brass

📋 copy color: '#B7B14C'

red 183 ◦ green 177 ◦ blue 76

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

Shades of Brass #B7B14C

Tints of Brass #B7B14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.43%

R = 41.97%
G = 40.6%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7B14C (or 0xB7B14C) is known color: Brass. HEX triplet: B7, B1 and 4C. RGB value is (183,177,76). Sum of RGB (Red+Green+Blue) = 183+177+76=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B14C is #484EB3. Grayscale: #A7A7A7. Windows color (decimal): -4738740 or 5026231. OLE color: 5026231.

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

Color convert

RGB 183 177 76 -
CMYK 0 0.03 0.58 0.28
HSL 56.64º 0.43% 0.51% -
HSV(B) 56.64º 0.58% 0.72% -
XYZ 36.56 42.03 13.02 -
YUV 167.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 183 177 76 0 0.03 0.58 0.28 56.64 0.43 0.51
Hex B7 B1 4C 0 3 3A 1C 39 2B 33
Octal 267 261 114 0 3 72 34 71 53 63
Binary 10110111 10110001 1001100 0 11 111010 11100 111001 101011 110011

Color Harmonies of #B7B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B14C

Black with #B7B14C

Text Example


Text Example

White with #B7B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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