Html Css Color HEX #B8B035 Brass

📋 copy color: '#B8B035'

red 184 ◦ green 176 ◦ blue 53

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

Shades of Brass #B8B035

Tints of Brass #B8B035

RGB

 RED value IS 184 (72.27% from 255) = 44.55%

 GREEN value IS 176 (69.14% from 255) = 42.62%

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

R = 44.55%
G = 42.62%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B8B035 (or 0xB8B035) is known color: Brass. HEX triplet: B8, B0 and 35. RGB value is (184,176,53). Sum of RGB (Red+Green+Blue) = 184+176+53=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B035 is #474FCA. Grayscale: #A4A4A4. Windows color (decimal): -4673483 or 3518648. OLE color: 3518648.

HSL color Cylindrical-coordinate representation of color #B8B035: hue angle of 56.34º 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 #B8B035 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 53 -
CMYK 0 0.04 0.71 0.28
HSL 56.34º 0.55% 0.46% -
HSV(B) 56.34º 0.71% 0.72% -
XYZ 35.94 41.5 9.48 -
YUV 164.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 184 176 53 0 0.04 0.71 0.28 56.34 0.55 0.46
Hex B8 B0 35 0 4 47 1C 38 37 2E
Octal 270 260 65 0 4 107 34 70 67 56
Binary 10111000 10110000 110101 0 100 1000111 11100 111000 110111 101110

Color Harmonies of #B8B035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B035

Black with #B8B035

Text Example


Text Example

White with #B8B035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B035; }

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

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

background-color css

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

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

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

border-color css

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

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

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