Html Css Color HEX #B0B04A Brass

📋 copy color: '#B0B04A'

red 176 ◦ green 176 ◦ blue 74

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

Shades of Brass #B0B04A

Tints of Brass #B0B04A

RGB

 RED value IS 176 (69.14% from 255) = 41.31%

 GREEN value IS 176 (69.14% from 255) = 41.31%

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

R = 41.31%
G = 41.31%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0B04A (or 0xB0B04A) is known color: Brass. HEX triplet: B0, B0 and 4A. RGB value is (176,176,74). Sum of RGB (Red+Green+Blue) = 176+176+74=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B04A is #4F4FB5. Grayscale: #A4A4A4. Windows color (decimal): -5197750 or 4894896. OLE color: 4894896.

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

Color convert

RGB 176 176 74 -
CMYK 0 0 0.58 0.31
HSL 60º 0.41% 0.49% -
HSV(B) 60º 0.58% 0.69% -
XYZ 34.67 40.78 12.52 -
YUV 164.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 176 176 74 0 0 0.58 0.31 60 0.41 0.49
Hex B0 B0 4A 0 0 3A 1F 3C 29 31
Octal 260 260 112 0 0 72 37 74 51 61
Binary 10110000 10110000 1001010 0 0 111010 11111 111100 101001 110001

Color Harmonies of #B0B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B04A

Black with #B0B04A

Text Example


Text Example

White with #B0B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B04A; }

 p { color: rgb(176,176,74); }

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

background-color css

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

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

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

border-color css

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

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

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