Html Css Color HEX #B8AD4B Brass

📋 copy color: '#B8AD4B'

red 184 ◦ green 173 ◦ blue 75

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

Shades of Brass #B8AD4B

Tints of Brass #B8AD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 42.59%
G = 40.05%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8AD4B (or 0xB8AD4B) is known color: Brass. HEX triplet: B8, AD and 4B. RGB value is (184,173,75). Sum of RGB (Red+Green+Blue) = 184+173+75=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD4B is #4752B4. Grayscale: #A5A5A5. Windows color (decimal): -4674229 or 4959672. OLE color: 4959672.

HSL color Cylindrical-coordinate representation of color #B8AD4B: hue angle of 53.94º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8AD4B is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 75 -
CMYK 0 0.06 0.59 0.28
HSL 53.94º 0.43% 0.51% -
HSV(B) 53.94º 0.59% 0.72% -
XYZ 35.98 40.59 12.59 -
YUV 165.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 184 173 75 0 0.06 0.59 0.28 53.94 0.43 0.51
Hex B8 AD 4B 0 6 3B 1C 36 2B 33
Octal 270 255 113 0 6 73 34 66 53 63
Binary 10111000 10101101 1001011 0 110 111011 11100 110110 101011 110011

Color Harmonies of #B8AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD4B

Black with #B8AD4B

Text Example


Text Example

White with #B8AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD4B; }

 p { color: rgb(184,173,75); }

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

background-color css

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

 a { background-color: rgb(184,173,75); }

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

border-color css

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

 span { border-color: rgb(184,173,75); }

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