Html Css Color HEX #B09C36 Brass

📋 copy color: '#B09C36'

red 176 ◦ green 156 ◦ blue 54

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

Shades of Brass #B09C36

Tints of Brass #B09C36

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

 BLUE value IS 54 (21.48% from 255) = 13.99%

R = 45.6%
G = 40.41%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B09C36 (or 0xB09C36) is known color: Brass. HEX triplet: B0, 9C and 36. RGB value is (176,156,54). Sum of RGB (Red+Green+Blue) = 176+156+54=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C36 is #4F63C9. Grayscale: #969696. Windows color (decimal): -5202890 or 3579056. OLE color: 3579056.

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

Color convert

RGB 176 156 54 -
CMYK 0 0.11 0.69 0.31
HSL 50.16º 0.53% 0.45% -
HSV(B) 50.16º 0.69% 0.69% -
XYZ 30.46 33.27 8.31 -
YUV 150.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 176 156 54 0 0.11 0.69 0.31 50.16 0.53 0.45
Hex B0 9C 36 0 B 45 1F 32 35 2D
Octal 260 234 66 0 13 105 37 62 65 55
Binary 10110000 10011100 110110 0 1011 1000101 11111 110010 110101 101101

Color Harmonies of #B09C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C36

Black with #B09C36

Text Example


Text Example

White with #B09C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C36; }

 p { color: rgb(176,156,54); }

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

background-color css

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

 a { background-color: rgb(176,156,54); }

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

border-color css

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

 span { border-color: rgb(176,156,54); }

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