Html Css Color HEX #B0A64B Brass

📋 copy color: '#B0A64B'

red 176 ◦ green 166 ◦ blue 75

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

Shades of Brass #B0A64B

Tints of Brass #B0A64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.81%

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 42.21%
G = 39.81%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0A64B (or 0xB0A64B) is known color: Brass. HEX triplet: B0, A6 and 4B. RGB value is (176,166,75). Sum of RGB (Red+Green+Blue) = 176+166+75=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A64B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A64B is #4F59B4. Grayscale: #9E9E9E. Windows color (decimal): -5200309 or 4957872. OLE color: 4957872.

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

Color convert

RGB 176 166 75 -
CMYK 0 0.06 0.57 0.31
HSL 54.06º 0.4% 0.49% -
HSV(B) 54.06º 0.57% 0.69% -
XYZ 32.81 37.01 12.07 -
YUV 158.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 176 166 75 0 0.06 0.57 0.31 54.06 0.4 0.49
Hex B0 A6 4B 0 6 39 1F 36 28 31
Octal 260 246 113 0 6 71 37 66 50 61
Binary 10110000 10100110 1001011 0 110 111001 11111 110110 101000 110001

Color Harmonies of #B0A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A64B

Black with #B0A64B

Text Example


Text Example

White with #B0A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A64B; }

 p { color: rgb(176,166,75); }

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

background-color css

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

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

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

border-color css

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

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

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