Html Css Color HEX #BCB149 Brass

📋 copy color: '#BCB149'

red 188 ◦ green 177 ◦ blue 73

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

Shades of Brass #BCB149

Tints of Brass #BCB149

RGB

 RED value IS 188 (73.83% from 255) = 42.92%

 GREEN value IS 177 (69.53% from 255) = 40.41%

 BLUE value IS 73 (28.91% from 255) = 16.67%

R = 42.92%
G = 40.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCB149 (or 0xBCB149) is known color: Brass. HEX triplet: BC, B1 and 49. RGB value is (188,177,73). Sum of RGB (Red+Green+Blue) = 188+177+73=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB149 is #434EB6. Grayscale: #A8A8A8. Windows color (decimal): -4411063 or 4829628. OLE color: 4829628.

HSL color Cylindrical-coordinate representation of color #BCB149: hue angle of 54.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB149 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 73 -
CMYK 0 0.06 0.61 0.26
HSL 54.26º 0.46% 0.51% -
HSV(B) 54.26º 0.61% 0.74% -
XYZ 37.66 42.62 12.54 -
YUV 168.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 188 177 73 0 0.06 0.61 0.26 54.26 0.46 0.51
Hex BC B1 49 0 6 3D 1A 36 2E 33
Octal 274 261 111 0 6 75 32 66 56 63
Binary 10111100 10110001 1001001 0 110 111101 11010 110110 101110 110011

Color Harmonies of #BCB149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB149

Black with #BCB149

Text Example


Text Example

White with #BCB149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB149; }

 p { color: rgb(188,177,73); }

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

background-color css

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

 a { background-color: rgb(188,177,73); }

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

border-color css

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

 span { border-color: rgb(188,177,73); }

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