Html Css Color HEX #BCB443 Brass

📋 copy color: '#BCB443'

red 188 ◦ green 180 ◦ blue 67

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

Shades of Brass #BCB443

Tints of Brass #BCB443

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

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

R = 43.22%
G = 41.38%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCB443 (or 0xBCB443) is known color: Brass. HEX triplet: BC, B4 and 43. RGB value is (188,180,67). Sum of RGB (Red+Green+Blue) = 188+180+67=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB443 is #434BBC. Grayscale: #A9A9A9. Windows color (decimal): -4410301 or 4437180. OLE color: 4437180.

HSL color Cylindrical-coordinate representation of color #BCB443: hue angle of 56.03º 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 #BCB443 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 67 -
CMYK 0 0.04 0.64 0.26
HSL 56.03º 0.47% 0.5% -
HSV(B) 56.03º 0.64% 0.74% -
XYZ 38.07 43.74 11.75 -
YUV 169.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 188 180 67 0 0.04 0.64 0.26 56.03 0.47 0.5
Hex BC B4 43 0 4 40 1A 38 2F 32
Octal 274 264 103 0 4 100 32 70 57 62
Binary 10111100 10110100 1000011 0 100 1000000 11010 111000 101111 110010

Color Harmonies of #BCB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB443

Black with #BCB443

Text Example


Text Example

White with #BCB443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB443; }

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

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

background-color css

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

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

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

border-color css

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

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

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