Html Css Color HEX #B0B241 Brass

📋 copy color: '#B0B241'

red 176 ◦ green 178 ◦ blue 65

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

Shades of Brass #B0B241

Tints of Brass #B0B241

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 42%
G = 42.48%
B = 15.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B0B241 (or 0xB0B241) is known color: Brass. HEX triplet: B0, B2 and 41. RGB value is (176,178,65). Sum of RGB (Red+Green+Blue) = 176+178+65=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B241 is #4F4DBE. Grayscale: #A4A4A4. Windows color (decimal): -5197247 or 4305584. OLE color: 4305584.

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

Color convert

RGB 176 178 65 -
CMYK 0.01 0 0.63 0.30
HSL 61.06º 0.47% 0.48% -
HSV(B) 61.06º 0.63% 0.7% -
XYZ 34.78 41.45 11.17 -
YUV 164.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 176 178 65 0.01 0 0.63 0.30 61.06 0.47 0.48
Hex B0 B2 41 1 0 3F 1E 3D 2F 30
Octal 260 262 101 1 0 77 36 75 57 60
Binary 10110000 10110010 1000001 1 0 111111 11110 111101 101111 110000

Color Harmonies of #B0B241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B241

Black with #B0B241

Text Example


Text Example

White with #B0B241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B241; }

 p { color: rgb(176,178,65); }

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

background-color css

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

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

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

border-color css

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

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

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