Html Css Color HEX #B2B14A Brass

📋 copy color: '#B2B14A'

red 178 ◦ green 177 ◦ blue 74

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

Shades of Brass #B2B14A

Tints of Brass #B2B14A

RGB

 RED value IS 178 (69.92% from 255) = 41.49%

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

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

R = 41.49%
G = 41.26%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2B14A (or 0xB2B14A) is known color: Brass. HEX triplet: B2, B1 and 4A. RGB value is (178,177,74). Sum of RGB (Red+Green+Blue) = 178+177+74=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B14A is #4D4EB5. Grayscale: #A5A5A5. Windows color (decimal): -5066422 or 4895154. OLE color: 4895154.

HSL color Cylindrical-coordinate representation of color #B2B14A: hue angle of 59.42º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B14A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 177 74 -
CMYK 0 0.01 0.58 0.30
HSL 59.42º 0.41% 0.49% -
HSV(B) 59.42º 0.58% 0.7% -
XYZ 35.32 41.4 12.61 -
YUV 165.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 178 177 74 0 0.01 0.58 0.30 59.42 0.41 0.49
Hex B2 B1 4A 0 1 3A 1E 3B 29 31
Octal 262 261 112 0 1 72 36 73 51 61
Binary 10110010 10110001 1001010 0 1 111010 11110 111011 101001 110001

Color Harmonies of #B2B14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B14A

Black with #B2B14A

Text Example


Text Example

White with #B2B14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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