Html Css Color HEX #BCB043 Brass

📋 copy color: '#BCB043'

red 188 ◦ green 176 ◦ blue 67

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

Shades of Brass #BCB043

Tints of Brass #BCB043

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

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

R = 43.62%
G = 40.84%
B = 15.55%

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

#BCB043 (or 0xBCB043) is known color: Brass. HEX triplet: BC, B0 and 43. RGB value is (188,176,67). Sum of RGB (Red+Green+Blue) = 188+176+67=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB043 is #434FBC. Grayscale: #A7A7A7. Windows color (decimal): -4411325 or 4436156. OLE color: 4436156.

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

Color convert

RGB 188 176 67 -
CMYK 0 0.06 0.64 0.26
HSL 54.05º 0.47% 0.5% -
HSV(B) 54.05º 0.64% 0.74% -
XYZ 37.28 42.15 11.48 -
YUV 167.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 188 176 67 0 0.06 0.64 0.26 54.05 0.47 0.5
Hex BC B0 43 0 6 40 1A 36 2F 32
Octal 274 260 103 0 6 100 32 66 57 62
Binary 10111100 10110000 1000011 0 110 1000000 11010 110110 101111 110010

Color Harmonies of #BCB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB043

Black with #BCB043

Text Example


Text Example

White with #BCB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB043; }

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

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

background-color css

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

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

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

border-color css

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

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

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