Html Css Color HEX #B0A838 Brass

📋 copy color: '#B0A838'

red 176 ◦ green 168 ◦ blue 56

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

Shades of Brass #B0A838

Tints of Brass #B0A838

RGB

 RED value IS 176 (69.14% from 255) = 44%

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

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

R = 44%
G = 42%
B = 14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B0A838 (or 0xB0A838) is known color: Brass. HEX triplet: B0, A8 and 38. RGB value is (176,168,56). Sum of RGB (Red+Green+Blue) = 176+168+56=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A838 is #4F57C7. Grayscale: #9E9E9E. Windows color (decimal): -5199816 or 3713200. OLE color: 3713200.

HSL color Cylindrical-coordinate representation of color #B0A838: hue angle of 56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0A838 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 56 -
CMYK 0 0.05 0.68 0.31
HSL 56º 0.52% 0.45% -
HSV(B) 56º 0.68% 0.69% -
XYZ 32.62 37.52 9.26 -
YUV 157.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 176 168 56 0 0.05 0.68 0.31 56 0.52 0.45
Hex B0 A8 38 0 5 44 1F 38 34 2D
Octal 260 250 70 0 5 104 37 70 64 55
Binary 10110000 10101000 111000 0 101 1000100 11111 111000 110100 101101

Color Harmonies of #B0A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A838

Black with #B0A838

Text Example


Text Example

White with #B0A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A838; }

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

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

background-color css

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

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

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

border-color css

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

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

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