Html Css Color HEX #B09C38 Brass

📋 copy color: '#B09C38'

red 176 ◦ green 156 ◦ blue 56

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

Shades of Brass #B09C38

Tints of Brass #B09C38

RGB

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

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

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

R = 45.36%
G = 40.21%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B09C38 (or 0xB09C38) is known color: Brass. HEX triplet: B0, 9C and 38. RGB value is (176,156,56). Sum of RGB (Red+Green+Blue) = 176+156+56=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C38 is #4F63C7. Grayscale: #969696. Windows color (decimal): -5202888 or 3710128. OLE color: 3710128.

HSL color Cylindrical-coordinate representation of color #B09C38: hue angle of 50º 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 #B09C38 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 56 -
CMYK 0 0.11 0.68 0.31
HSL 50º 0.52% 0.45% -
HSV(B) 50º 0.68% 0.69% -
XYZ 30.51 33.29 8.56 -
YUV 150.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 176 156 56 0 0.11 0.68 0.31 50 0.52 0.45
Hex B0 9C 38 0 B 44 1F 32 34 2D
Octal 260 234 70 0 13 104 37 62 64 55
Binary 10110000 10011100 111000 0 1011 1000100 11111 110010 110100 101101

Color Harmonies of #B09C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C38

Black with #B09C38

Text Example


Text Example

White with #B09C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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