Html Css Color HEX #B0B334 Brass

📋 copy color: '#B0B334'

red 176 ◦ green 179 ◦ blue 52

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

Shades of Brass #B0B334

Tints of Brass #B0B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 43.24%
G = 43.98%
B = 12.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B0B334 (or 0xB0B334) is known color: Brass. HEX triplet: B0, B3 and 34. RGB value is (176,179,52). Sum of RGB (Red+Green+Blue) = 176+179+52=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B334 is #4F4CCB. Grayscale: #A4A4A4. Windows color (decimal): -5197004 or 3453872. OLE color: 3453872.

HSL color Cylindrical-coordinate representation of color #B0B334: hue angle of 61.42º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0B334 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 52 -
CMYK 0.02 0 0.71 0.30
HSL 61.42º 0.55% 0.45% -
HSV(B) 61.42º 0.71% 0.7% -
XYZ 34.64 41.72 9.48 -
YUV 163.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 176 179 52 0.02 0 0.71 0.30 61.42 0.55 0.45
Hex B0 B3 34 2 0 47 1E 3D 37 2D
Octal 260 263 64 2 0 107 36 75 67 55
Binary 10110000 10110011 110100 10 0 1000111 11110 111101 110111 101101

Color Harmonies of #B0B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B334

Black with #B0B334

Text Example


Text Example

White with #B0B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B334; }

 p { color: rgb(176,179,52); }

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

background-color css

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

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

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

border-color css

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

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

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