Html Css Color HEX #B9B735 Brass

📋 copy color: '#B9B735'

red 185 ◦ green 183 ◦ blue 53

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

Shades of Brass #B9B735

Tints of Brass #B9B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.47%

 BLUE value IS 53 (21.09% from 255) = 12.59%

R = 43.94%
G = 43.47%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B9B735 (or 0xB9B735) is known color: Brass. HEX triplet: B9, B7 and 35. RGB value is (185,183,53). Sum of RGB (Red+Green+Blue) = 185+183+53=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B735 is #4648CA. Grayscale: #A9A9A9. Windows color (decimal): -4606155 or 3520441. OLE color: 3520441.

HSL color Cylindrical-coordinate representation of color #B9B735: hue angle of 59.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9B735 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 183 53 -
CMYK 0 0.01 0.71 0.27
HSL 59.09º 0.55% 0.47% -
HSV(B) 59.09º 0.71% 0.73% -
XYZ 37.58 44.44 9.96 -
YUV 168.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 185 183 53 0 0.01 0.71 0.27 59.09 0.55 0.47
Hex B9 B7 35 0 1 47 1B 3B 37 2F
Octal 271 267 65 0 1 107 33 73 67 57
Binary 10111001 10110111 110101 0 1 1000111 11011 111011 110111 101111

Color Harmonies of #B9B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B735

Black with #B9B735

Text Example


Text Example

White with #B9B735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B735; }

 p { color: rgb(185,183,53); }

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

background-color css

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

 a { background-color: rgb(185,183,53); }

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

border-color css

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

 span { border-color: rgb(185,183,53); }

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