#B8B635

Color #B8B635 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #B8B635

Tints of Brass #B8B635

Color information

#B8B635 (or 0xB8B635) is unknown color: approx Brass. HEX triplet: B8, B6 and 35. RGB value is (184,182,53). Sum of RGB (Red+Green+Blue) = 184+182+53=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B635 is #4749CA. Grayscale: #A8A8A8. Windows color (decimal): -4671947 or 3520184. OLE color: 3520184.

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

Color convert

RGB18418253-
CMYK00.010.710.28
HSL59.08º55.27%46.47%-
HSV(B)59.08º71.2%72.16%-
XYZ37.1443.99.88-
YUV167.8963.16139.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 53 (21.09% from 255) = 12.65%
R=43.91%
G=43.44%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841825300.010.710.2859.0855.2746.47
HexB8B63501471C3b372e
Octal270266650110734736756
Binary101110001011011011010101100011111100111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B635; }

 p { color: rgb(184,182,53); }

 H1.HeaderClassName
 {
   color: #B8B635;
 }
 .AnyTagClassName
 {
   color: #B8B635;
 }
</style>
background-color css

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

 a { background-color: rgb(184,182,53); }

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

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

 span { border-color: rgb(184,182,53); }

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