Html Css Color HEX #B4A838 Brass

📋 copy color: '#B4A838'

red 180 ◦ green 168 ◦ blue 56

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

Shades of Brass #B4A838

Tints of Brass #B4A838

RGB

 RED value IS 180 (70.7% from 255) = 44.55%

 GREEN value IS 168 (66.02% from 255) = 41.58%

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 44.55%
G = 41.58%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B4A838 (or 0xB4A838) is known color: Brass. HEX triplet: B4, A8 and 38. RGB value is (180,168,56). Sum of RGB (Red+Green+Blue) = 180+168+56=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A838 is #4B57C7. Grayscale: #9F9F9F. Windows color (decimal): -4937672 or 3713204. OLE color: 3713204.

HSL color Cylindrical-coordinate representation of color #B4A838: hue angle of 54.19º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4A838 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 168 56 -
CMYK 0 0.07 0.69 0.29
HSL 54.19º 0.53% 0.46% -
HSV(B) 54.19º 0.69% 0.71% -
XYZ 33.54 37.99 9.31 -
YUV 158.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 180 168 56 0 0.07 0.69 0.29 54.19 0.53 0.46
Hex B4 A8 38 0 7 45 1D 36 35 2E
Octal 264 250 70 0 7 105 35 66 65 56
Binary 10110100 10101000 111000 0 111 1000101 11101 110110 110101 101110

Color Harmonies of #B4A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A838

Black with #B4A838

Text Example


Text Example

White with #B4A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A838; }

 p { color: rgb(180,168,56); }

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

background-color css

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

 a { background-color: rgb(180,168,56); }

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

border-color css

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

 span { border-color: rgb(180,168,56); }

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