Html Css Color HEX #B09E3A Brass

📋 copy color: '#B09E3A'

red 176 ◦ green 158 ◦ blue 58

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

Shades of Brass #B09E3A

Tints of Brass #B09E3A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.31%

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 44.9%
G = 40.31%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B09E3A (or 0xB09E3A) is known color: Brass. HEX triplet: B0, 9E and 3A. RGB value is (176,158,58). Sum of RGB (Red+Green+Blue) = 176+158+58=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E3A is #4F61C5. Grayscale: #989898. Windows color (decimal): -5202374 or 3841712. OLE color: 3841712.

HSL color Cylindrical-coordinate representation of color #B09E3A: hue angle of 50.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B09E3A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 158 58 -
CMYK 0 0.10 0.67 0.31
HSL 50.85º 0.5% 0.46% -
HSV(B) 50.85º 0.67% 0.69% -
XYZ 30.9 33.99 8.94 -
YUV 151.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 176 158 58 0 0.10 0.67 0.31 50.85 0.5 0.46
Hex B0 9E 3A 0 A 43 1F 33 32 2E
Octal 260 236 72 0 12 103 37 63 62 56
Binary 10110000 10011110 111010 0 1010 1000011 11111 110011 110010 101110

Color Harmonies of #B09E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E3A

Black with #B09E3A

Text Example


Text Example

White with #B09E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E3A; }

 p { color: rgb(176,158,58); }

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

background-color css

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

 a { background-color: rgb(176,158,58); }

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

border-color css

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

 span { border-color: rgb(176,158,58); }

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