Html Css Color HEX #B0B534 Brass

📋 copy color: '#B0B534'

red 176 ◦ green 181 ◦ blue 52

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

Shades of Brass #B0B534

Tints of Brass #B0B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.25%

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

R = 43.03%
G = 44.25%
B = 12.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B0B534 (or 0xB0B534) is known color: Brass. HEX triplet: B0, B5 and 34. RGB value is (176,181,52). Sum of RGB (Red+Green+Blue) = 176+181+52=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B534 is #4F4ACB. Grayscale: #A5A5A5. Windows color (decimal): -5196492 or 3454384. OLE color: 3454384.

HSL color Cylindrical-coordinate representation of color #B0B534: hue angle of 62.33º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0B534 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 52 -
CMYK 0.03 0 0.71 0.29
HSL 62.33º 0.55% 0.46% -
HSV(B) 62.33º 0.71% 0.71% -
XYZ 35.05 42.53 9.61 -
YUV 164.8 64.34 135.99 -
System Red Green Blue C M Y K H S L
Decimal 176 181 52 0.03 0 0.71 0.29 62.33 0.55 0.46
Hex B0 B5 34 3 0 47 1D 3E 37 2E
Octal 260 265 64 3 0 107 35 76 67 56
Binary 10110000 10110101 110100 11 0 1000111 11101 111110 110111 101110

Color Harmonies of #B0B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B534

Black with #B0B534

Text Example


Text Example

White with #B0B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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