Html Css Color HEX #B7B14A Brass

📋 copy color: '#B7B14A'

red 183 ◦ green 177 ◦ blue 74

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

Shades of Brass #B7B14A

Tints of Brass #B7B14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.05%

R = 42.17%
G = 40.78%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7B14A (or 0xB7B14A) is known color: Brass. HEX triplet: B7, B1 and 4A. RGB value is (183,177,74). Sum of RGB (Red+Green+Blue) = 183+177+74=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B14A is #484EB5. Grayscale: #A7A7A7. Windows color (decimal): -4738742 or 4895159. OLE color: 4895159.

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

Color convert

RGB 183 177 74 -
CMYK 0 0.03 0.60 0.28
HSL 56.7º 0.43% 0.5% -
HSV(B) 56.7º 0.6% 0.72% -
XYZ 36.49 42.01 12.66 -
YUV 167.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 183 177 74 0 0.03 0.60 0.28 56.7 0.43 0.5
Hex B7 B1 4A 0 3 3C 1C 39 2B 32
Octal 267 261 112 0 3 74 34 71 53 62
Binary 10110111 10110001 1001010 0 11 111100 11100 111001 101011 110010

Color Harmonies of #B7B14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B14A

Black with #B7B14A

Text Example


Text Example

White with #B7B14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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