Html Css Color HEX #B0B045 Brass

📋 copy color: '#B0B045'

red 176 ◦ green 176 ◦ blue 69

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

Shades of Brass #B0B045

Tints of Brass #B0B045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.39%

R = 41.81%
G = 41.81%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B0B045 (or 0xB0B045) is known color: Brass. HEX triplet: B0, B0 and 45. RGB value is (176,176,69). Sum of RGB (Red+Green+Blue) = 176+176+69=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B045 is #4F4FBA. Grayscale: #A4A4A4. Windows color (decimal): -5197755 or 4567216. OLE color: 4567216.

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

Color convert

RGB 176 176 69 -
CMYK 0 0 0.61 0.31
HSL 60º 0.44% 0.48% -
HSV(B) 60º 0.61% 0.69% -
XYZ 34.5 40.71 11.67 -
YUV 163.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 176 176 69 0 0 0.61 0.31 60 0.44 0.48
Hex B0 B0 45 0 0 3D 1F 3C 2C 30
Octal 260 260 105 0 0 75 37 74 54 60
Binary 10110000 10110000 1000101 0 0 111101 11111 111100 101100 110000

Color Harmonies of #B0B045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B045

Black with #B0B045

Text Example


Text Example

White with #B0B045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B045; }

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

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

background-color css

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

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

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

border-color css

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

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

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