Html Css Color HEX #BCB143 Brass

📋 copy color: '#BCB143'

red 188 ◦ green 177 ◦ blue 67

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

Shades of Brass #BCB143

Tints of Brass #BCB143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.51%

R = 43.52%
G = 40.97%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCB143 (or 0xBCB143) is known color: Brass. HEX triplet: BC, B1 and 43. RGB value is (188,177,67). Sum of RGB (Red+Green+Blue) = 188+177+67=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB143 is #434EBC. Grayscale: #A8A8A8. Windows color (decimal): -4411069 or 4436412. OLE color: 4436412.

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

Color convert

RGB 188 177 67 -
CMYK 0 0.06 0.64 0.26
HSL 54.55º 0.47% 0.5% -
HSV(B) 54.55º 0.64% 0.74% -
XYZ 37.47 42.54 11.55 -
YUV 167.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 188 177 67 0 0.06 0.64 0.26 54.55 0.47 0.5
Hex BC B1 43 0 6 40 1A 37 2F 32
Octal 274 261 103 0 6 100 32 67 57 62
Binary 10111100 10110001 1000011 0 110 1000000 11010 110111 101111 110010

Color Harmonies of #BCB143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB143

Black with #BCB143

Text Example


Text Example

White with #BCB143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB143; }

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

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

background-color css

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

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

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

border-color css

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

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

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