Html Css Color HEX #BCB242 Brass

📋 copy color: '#BCB242'

red 188 ◦ green 178 ◦ blue 66

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

Shades of Brass #BCB242

Tints of Brass #BCB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

 BLUE value IS 66 (26.17% from 255) = 15.28%

R = 43.52%
G = 41.2%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCB242 (or 0xBCB242) is known color: Brass. HEX triplet: BC, B2 and 42. RGB value is (188,178,66). Sum of RGB (Red+Green+Blue) = 188+178+66=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB242 is #434DBD. Grayscale: #A8A8A8. Windows color (decimal): -4410814 or 4371132. OLE color: 4371132.

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

Color convert

RGB 188 178 66 -
CMYK 0 0.05 0.65 0.26
HSL 55.08º 0.48% 0.5% -
HSV(B) 55.08º 0.65% 0.74% -
XYZ 37.64 42.93 11.46 -
YUV 168.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 188 178 66 0 0.05 0.65 0.26 55.08 0.48 0.5
Hex BC B2 42 0 5 41 1A 37 30 32
Octal 274 262 102 0 5 101 32 67 60 62
Binary 10111100 10110010 1000010 0 101 1000001 11010 110111 110000 110010

Color Harmonies of #BCB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB242

Black with #BCB242

Text Example


Text Example

White with #BCB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB242; }

 p { color: rgb(188,178,66); }

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

background-color css

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

 a { background-color: rgb(188,178,66); }

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

border-color css

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

 span { border-color: rgb(188,178,66); }

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