Html Css Color HEX #B9B534 Brass

📋 copy color: '#B9B534'

red 185 ◦ green 181 ◦ blue 52

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

Shades of Brass #B9B534

Tints of Brass #B9B534

RGB

 RED value IS 185 (72.66% from 255) = 44.26%

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

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

R = 44.26%
G = 43.3%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B9B534 (or 0xB9B534) is known color: Brass. HEX triplet: B9, B5 and 34. RGB value is (185,181,52). Sum of RGB (Red+Green+Blue) = 185+181+52=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B534 is #464ACB. Grayscale: #A8A8A8. Windows color (decimal): -4606668 or 3454393. OLE color: 3454393.

HSL color Cylindrical-coordinate representation of color #B9B534: hue angle of 58.2º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9B534 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 181 52 -
CMYK 0 0.02 0.72 0.27
HSL 58.2º 0.56% 0.46% -
HSV(B) 58.2º 0.72% 0.73% -
XYZ 37.15 43.61 9.71 -
YUV 167.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 185 181 52 0 0.02 0.72 0.27 58.2 0.56 0.46
Hex B9 B5 34 0 2 48 1B 3A 38 2E
Octal 271 265 64 0 2 110 33 72 70 56
Binary 10111001 10110101 110100 0 10 1001000 11011 111010 111000 101110

Color Harmonies of #B9B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B534

Black with #B9B534

Text Example


Text Example

White with #B9B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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