Html Css Color HEX #B0A83E Brass

📋 copy color: '#B0A83E'

red 176 ◦ green 168 ◦ blue 62

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

Shades of Brass #B0A83E

Tints of Brass #B0A83E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.27%

R = 43.35%
G = 41.38%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0A83E (or 0xB0A83E) is known color: Brass. HEX triplet: B0, A8 and 3E. RGB value is (176,168,62). Sum of RGB (Red+Green+Blue) = 176+168+62=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A83E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A83E is #4F57C1. Grayscale: #9E9E9E. Windows color (decimal): -5199810 or 4106416. OLE color: 4106416.

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

Color convert

RGB 176 168 62 -
CMYK 0 0.05 0.65 0.31
HSL 55.79º 0.48% 0.47% -
HSV(B) 55.79º 0.65% 0.69% -
XYZ 32.78 37.58 10.08 -
YUV 158.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 176 168 62 0 0.05 0.65 0.31 55.79 0.48 0.47
Hex B0 A8 3E 0 5 41 1F 38 30 2F
Octal 260 250 76 0 5 101 37 70 60 57
Binary 10110000 10101000 111110 0 101 1000001 11111 111000 110000 101111

Color Harmonies of #B0A83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A83E

Black with #B0A83E

Text Example


Text Example

White with #B0A83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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